mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
Changed script to produce a 7z archive for smaller size and better OS compatibility
This commit is contained in:
@@ -27,9 +27,9 @@ find -name "\.svn" -exec rm -rf {} \;
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
pushd release
|
pushd release
|
||||||
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
|
PACKAGE="$RELEASENAME-$VERSION.7z"
|
||||||
echo "creating $PACKAGE"
|
echo "creating $PACKAGE"
|
||||||
|
|
||||||
pushd $RELEASEDIR
|
pushd $RELEASEDIR
|
||||||
tar -c --bzip2 -f "../$PACKAGE" *
|
7za a "../$PACKAGE" *
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user