mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
Switched the source code release archive builder back to linux friendly format so that file properties are preserved
This commit is contained in:
parent
52c40e0713
commit
87e8246c19
@ -29,6 +29,6 @@ popd
|
||||
pushd release
|
||||
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
|
||||
echo "creating $PACKAGE"
|
||||
#tar -c --bzip2 -f "$PACKAGE" "$RELEASENAME-$VERSION"
|
||||
7za a "$RELEASENAME-$VERSION.7z" "$RELEASENAME-$VERSION"
|
||||
tar -c --bzip2 -f "$PACKAGE" "$RELEASENAME-$VERSION"
|
||||
#7za a "$RELEASENAME-$VERSION.7z" "$RELEASENAME-$VERSION"
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user