mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
New: Enhancement of script to build modules
This commit is contained in:
parent
8dc1e4ec30
commit
76c3229be3
|
|
@ -72,6 +72,9 @@ print "Makepack module version $VERSION\n";
|
|||
print "Enter name for your module (mymodule, mywonderfulmondule, ...) : ";
|
||||
$PROJECT=<STDIN>;
|
||||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user