Update package tools

This commit is contained in:
Laurent Destailleur 2009-10-20 00:15:19 +00:00
parent 440a150aa3
commit 5ff8353fc2

View File

@ -296,7 +296,7 @@ if ($nboftargetok) {
print "Go to directory $BUILDROOT\n";
chdir("$BUILDROOT");
$cmd= "7z a -r -tzip -xr\@\"$BUILDROOT\/$FILENAMETGZ\/build\/zip\/zip_exclude.txt\" -mx $BUILDROOT/$FILENAMEZIP.zip $FILENAMETGZ\\*.*";
$cmd= "7z a -r -tzip -xr\@\"$BUILDROOT\/$FILENAMETGZ\/build\/zip\/zip_exclude.txt\" -mx $BUILDROOT/$FILENAMEZIP.zip $FILENAMETGZ\\*";
print $cmd."\n";
$ret= `$cmd`;
#print $ret;