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

Fix: Meilleur gestion du makepack sous linux

parent cdd15f6e
No related branches found
No related tags found
No related merge requests found
......@@ -162,11 +162,11 @@ foreach $target (keys %CHOOSEDTARGET) {
$nboftargetok++;
}
if ($nboftarget) {
if ($nboftargetok) {
# Update buildroot
#-----------------
my $copyalreadydone=1;
my $copyalreadydone=0;
if (! $copyalreadydone) {
print "Delete directory $BUILDROOT\n";
$ret=`rm -fr "$BUILDROOT"`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment