From 464463ce6b7e842e60213770fc94fa3a90da7e0e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Nov 2004 23:04:45 +0000 Subject: [PATCH] Fix: Meilleur gestion du makepack sous linux --- build/makepack-dolibarr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 154a2650935..e32b68ebdc2 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -81,7 +81,7 @@ if (! $TEMP || ! -d $TEMP) { $BUILDROOT="$TEMP/buildroot"; -my $copyalreadydone=1; +my $copyalreadydone=0; # Choose package targets #-----------------------