Skip to content

Commit b2128e6

Browse files
committed
Changed script to produce a 7z archive for smaller size and better OS compatibility
1 parent 075433c commit b2128e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/linux/makedata.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ find -name "\.svn" -exec rm -rf {} \;
2727
popd
2828

2929
pushd release
30-
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
30+
PACKAGE="$RELEASENAME-$VERSION.7z"
3131
echo "creating $PACKAGE"
3232

3333
pushd $RELEASEDIR
34-
tar -c --bzip2 -f "../$PACKAGE" *
34+
7za a "../$PACKAGE" *
3535
popd

0 commit comments

Comments
 (0)