mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix typos in prev commit.
This commit is contained in:
parent
22d44eb9ee
commit
853bc97f34
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,8 @@ cp stage2.run ${PACKAGE}/.stage2.run
|
|||
cp README ${PACKAGE}
|
||||
|
||||
if test -n "$MAKESELF"; then
|
||||
echo "Creating self-extracing installer"
|
||||
makeself --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
|
||||
echo "Creating self-extracting installer"
|
||||
$MAKESELF --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
|
||||
else
|
||||
echo "Creating tarball..."
|
||||
tar -cf ${PACKAGE}.tar ${PACKAGE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue