Skip to content

Commit

Permalink
Fix: Bad var
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 1, 2011
1 parent ad8bf92 commit 919ea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makepack-dolibarr.pl
Expand Up @@ -314,7 +314,7 @@
print "Rename $BUILDROOT/$PROJECT to $BUILDROOT/$FILENAMETGZ\n";
rename("$BUILDROOT/$PROJECT","$BUILDROOT/$FILENAMETGZ");
unlink("$FILENAMEZIP.zip");
print "Compress $FILENAMETGZ into $FILENAMEZIP.zip...\n";
print "Compress $FILENAMEZIP into $FILENAMEZIP.zip...\n";

print "Go to directory $BUILDROOT\n";
$olddir=getcwd();
Expand Down

0 comments on commit 919ea45

Please sign in to comment.