Fix: Meilleur gestion du makepack sous linux
This commit is contained in:
parent
cdd15f6e73
commit
9e2487bbbc
@ -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"`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user