diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index b787d439243..3884969eceb 100755 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -382,11 +382,14 @@ if ($nboftargetok) { } } } - + # Build xml check file #----------------------- if ($CHOOSEDTARGET{'-CHKSUM'}) { + print "Go to directory $SOURCE\n"; + $olddir=getcwd(); + chdir("$SOURCE"); $ret=`git ls-files . --exclude-standard --others`; if ($ret) {