Fix makepack

This commit is contained in:
Laurent Destailleur 2023-02-20 03:30:22 +01:00
parent cffc7f4ac8
commit d8dd431f53
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
7 10

View File

@ -895,7 +895,7 @@ if ($nboftargetok) {
$ret=`rm -fr $BUILDROOT/$PROJECT.tmp`; $ret=`rm -fr $BUILDROOT/$PROJECT.tmp`;
$ret=`rm -fr $BUILDROOT/$PROJECT-$MAJOR.$MINOR.$build`; $ret=`rm -fr $BUILDROOT/$PROJECT-$MAJOR.$MINOR.$build`;
print "Copy $BUILDROOT/$PROJECT to $BUILDROOT/$PROJECT.tmp\n"; print "Copy $BUILDROOT/$PROJECT to $BUILDROOT/$PROJECT.tmp\n";
$cmd="cp -pr \"$BUILDROOT/$PROJECT\" \"$BUILDROOT/$PROJECT.tmp\""; $cmd="cp -pr \"$BUILDROOT/$PROJECT\" \"$BUILDROOT/$PROJECT.tmp\"";
$ret=`$cmd`; $ret=`$cmd`;

View File

@ -2,7 +2,6 @@
.#* .#*
.git .git
.gitignore .gitignore
.travis.yml
.scrutinizer.yml .scrutinizer.yml
Thumbs.db Thumbs.db
build/exe build/exe