Switched the source code release archive builder back to linux friendly format so that file properties are preserved

This commit is contained in:
Mark Vejvoda 2010-03-28 02:31:19 +00:00
parent 52c40e0713
commit 87e8246c19
1 changed files with 2 additions and 2 deletions

View File

@ -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