mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
no real point running gzip on the package tarball
git-svn-id: svn://localhost/ardour2/branches/3.0@9208 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
53e5f6e939
commit
7f4318b343
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ cp stage2.run ${PACKAGE}/.stage2.run
|
|||
cp README ${PACKAGE}
|
||||
|
||||
echo "Creating tarball..."
|
||||
tar -czf ${PACKAGE}.tar.gz ${PACKAGE}
|
||||
tar -cf ${PACKAGE}.tar ${PACKAGE}
|
||||
|
||||
echo "Clean up"
|
||||
rm -rf ${PACKAGE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue