mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
gz the final package instead of bz2
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8585 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4bd480bcfe
commit
aa5c4442e3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ cp install.sh ${PACKAGE}
|
|||
cp stage2.run ${PACKAGE}
|
||||
|
||||
echo "Creating tarball..."
|
||||
tar -cjf ${PACKAGE}.tar.bz2 ${PACKAGE}
|
||||
tar -czf ${PACKAGE}.tar.gz ${PACKAGE}
|
||||
|
||||
echo "Clean up"
|
||||
rm -rf ${PACKAGE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue