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, ...) : ";
|
print "Enter name for your module (mymodule, mywonderfulmondule, ...) : ";
|
||||||
$PROJECT=<STDIN>;
|
$PROJECT=<STDIN>;
|
||||||
chomp($PROJECT);
|
chomp($PROJECT);
|
||||||
|
print "Move to ".$DIR." directory.\n";
|
||||||
|
chdir($DIR);
|
||||||
|
|
||||||
if (! -f "makepack-".$PROJECT.".conf")
|
if (! -f "makepack-".$PROJECT.".conf")
|
||||||
{
|
{
|
||||||
print "Error: can't open conf file makepack-".$PROJECT.".conf\n";
|
print "Error: can't open conf file makepack-".$PROJECT.".conf\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user