Fix: Meilleur gestion du makepack sous linux

This commit is contained in:
Laurent Destailleur 2004-11-12 15:03:12 +00:00
parent cdd15f6e73
commit 9e2487bbbc

View File

@ -162,11 +162,11 @@ foreach $target (keys %CHOOSEDTARGET) {
$nboftargetok++; $nboftargetok++;
} }
if ($nboftarget) { if ($nboftargetok) {
# Update buildroot # Update buildroot
#----------------- #-----------------
my $copyalreadydone=1; my $copyalreadydone=0;
if (! $copyalreadydone) { if (! $copyalreadydone) {
print "Delete directory $BUILDROOT\n"; print "Delete directory $BUILDROOT\n";
$ret=`rm -fr "$BUILDROOT"`; $ret=`rm -fr "$BUILDROOT"`;