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 #-----------------------