New: Enhancement of script to build modules

This commit is contained in:
Laurent Destailleur 2009-07-06 18:04:51 +00:00
parent 8dc1e4ec30
commit 76c3229be3

View File

@ -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";