Skip to content
Snippets Groups Projects
Commit 8a5bafc2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Prepare 4.0

parent 11ddc722
No related branches found
No related tags found
No related merge requests found
...@@ -603,7 +603,7 @@ if ($nboftargetok) { ...@@ -603,7 +603,7 @@ if ($nboftargetok) {
if ($target eq 'TGZ') if ($target eq 'TGZ')
{ {
$NEWDESTI=$DESTI; $NEWDESTI=$DESTI;
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/standard'); mkdir($DESTI.'/standard');
if (-d $DESTI.'/standard') { $NEWDESTI=$DESTI.'/standard'; } if (-d $DESTI.'/standard') { $NEWDESTI=$DESTI.'/standard'; }
...@@ -635,7 +635,7 @@ if ($nboftargetok) { ...@@ -635,7 +635,7 @@ if ($nboftargetok) {
if ($target eq 'XZ') if ($target eq 'XZ')
{ {
$NEWDESTI=$DESTI; $NEWDESTI=$DESTI;
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/standard'); mkdir($DESTI.'/standard');
if (-d $DESTI.'/standard') { $NEWDESTI=$DESTI.'/standard'; } if (-d $DESTI.'/standard') { $NEWDESTI=$DESTI.'/standard'; }
...@@ -672,7 +672,7 @@ if ($nboftargetok) { ...@@ -672,7 +672,7 @@ if ($nboftargetok) {
if ($target eq 'ZIP') if ($target eq 'ZIP')
{ {
$NEWDESTI=$DESTI; $NEWDESTI=$DESTI;
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/standard'); mkdir($DESTI.'/standard');
if (-d $DESTI.'/standard') { $NEWDESTI=$DESTI.'/standard'; } if (-d $DESTI.'/standard') { $NEWDESTI=$DESTI.'/standard'; }
...@@ -713,7 +713,7 @@ if ($nboftargetok) { ...@@ -713,7 +713,7 @@ if ($nboftargetok) {
if ($target =~ /FEDO/i) { $subdir="package_rpm_redhat-fedora"; } if ($target =~ /FEDO/i) { $subdir="package_rpm_redhat-fedora"; }
if ($target =~ /MAND/i) { $subdir="package_rpm_mandriva"; } if ($target =~ /MAND/i) { $subdir="package_rpm_mandriva"; }
if ($target =~ /OPEN/i) { $subdir="package_rpm_opensuse"; } if ($target =~ /OPEN/i) { $subdir="package_rpm_opensuse"; }
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/'.$subdir); mkdir($DESTI.'/'.$subdir);
if (-d $DESTI.'/'.$subdir) { $NEWDESTI=$DESTI.'/'.$subdir; } if (-d $DESTI.'/'.$subdir) { $NEWDESTI=$DESTI.'/'.$subdir; }
...@@ -799,7 +799,7 @@ if ($nboftargetok) { ...@@ -799,7 +799,7 @@ if ($nboftargetok) {
if ($target eq 'DEB') if ($target eq 'DEB')
{ {
$NEWDESTI=$DESTI; $NEWDESTI=$DESTI;
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/package_debian-ubuntu'); mkdir($DESTI.'/package_debian-ubuntu');
if (-d $DESTI.'/package_debian-ubuntu') { $NEWDESTI=$DESTI.'/package_debian-ubuntu'; } if (-d $DESTI.'/package_debian-ubuntu') { $NEWDESTI=$DESTI.'/package_debian-ubuntu'; }
...@@ -1002,7 +1002,7 @@ if ($nboftargetok) { ...@@ -1002,7 +1002,7 @@ if ($nboftargetok) {
if ($target eq 'APS') if ($target eq 'APS')
{ {
$NEWDESTI=$DESTI; $NEWDESTI=$DESTI;
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/package_aps'); mkdir($DESTI.'/package_aps');
if (-d $DESTI.'/package_aps') { $NEWDESTI=$DESTI.'/package_aps'; } if (-d $DESTI.'/package_aps') { $NEWDESTI=$DESTI.'/package_aps'; }
...@@ -1088,7 +1088,7 @@ if ($nboftargetok) { ...@@ -1088,7 +1088,7 @@ if ($nboftargetok) {
if ($target eq 'EXEDOLIWAMP') if ($target eq 'EXEDOLIWAMP')
{ {
$NEWDESTI=$DESTI; $NEWDESTI=$DESTI;
if ($NEWPUBLISH =~ /stable/) if ($NEWDESTI =~ /stable/)
{ {
mkdir($DESTI.'/package_windows'); mkdir($DESTI.'/package_windows');
if (-d $DESTI.'/package_windows') { $NEWDESTI=$DESTI.'/package_windows'; } if (-d $DESTI.'/package_windows') { $NEWDESTI=$DESTI.'/package_windows'; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment