mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14: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}
|
cp README ${PACKAGE}
|
||||||
|
|
||||||
if test -n "$MAKESELF"; then
|
if test -n "$MAKESELF"; then
|
||||||
echo "Creating self-extracing installer"
|
echo "Creating self-extracting installer"
|
||||||
makeself --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
|
$MAKESELF --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
|
||||||
else
|
else
|
||||||
echo "Creating tarball..."
|
echo "Creating tarball..."
|
||||||
tar -cf ${PACKAGE}.tar ${PACKAGE}
|
tar -cf ${PACKAGE}.tar ${PACKAGE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue