From 76c3229be3a9cafe704c5bc627bd1b91c40dbc06 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Jul 2009 18:04:51 +0000 Subject: [PATCH] New: Enhancement of script to build modules --- build/makepack-dolibarrmodule.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/makepack-dolibarrmodule.pl b/build/makepack-dolibarrmodule.pl index 674e645d1cf..6193391c890 100644 --- a/build/makepack-dolibarrmodule.pl +++ b/build/makepack-dolibarrmodule.pl @@ -72,6 +72,9 @@ print "Makepack module version $VERSION\n"; print "Enter name for your module (mymodule, mywonderfulmondule, ...) : "; $PROJECT=; chomp($PROJECT); +print "Move to ".$DIR." directory.\n"; +chdir($DIR); + if (! -f "makepack-".$PROJECT.".conf") { print "Error: can't open conf file makepack-".$PROJECT.".conf\n";