- updated data archive build script to use proper penguin pathing

This commit is contained in:
Mark Vejvoda 2011-05-07 07:08:49 +00:00
parent c65b55c6b9
commit 9df444fc8f
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ cp -p "$CURRENTDIR/../../data/glest_game/CMakeLists.txt" $RELEASEDIR
echo "creating $PACKAGE"
rm "release/$PACKAGE"
#tar cJf "release/$PACKAGE" -C "$CURRENTDIR/release/" "$RELEASENAME-$VERSION"
tar -cf - "$CURRENTDIR/release/$RELEASENAME-$VERSION" | xz -9e > release/$PACKAGE
tar -cf - -C "$CURRENTDIR/release/" "$RELEASENAME-$VERSION" | xz -9e > release/$PACKAGE
# 7z a -mmt -mx=9 -ms=on -mhc=on "release/$PACKAGE" "$CURRENTDIR/release/$RELEASENAME-$VERSION"