mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add missing "fi" to stage2.run script used for linux install
This commit is contained in:
parent
136b659f1c
commit
fd4a34251c
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ if %REPLACE_GCC5%; then
|
||||||
if test "n" = $ANSWER; then
|
if test "n" = $ANSWER; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
# Ardour was compiled with gcc4, warn on gcc5 systems
|
# Ardour was compiled with gcc4, warn on gcc5 systems
|
||||||
if ! ${NORM_USER} "${INSTALL_DEST_BASE}/${PGM_FULL_NAME}/bin/gcc-glibmm-abi-check --gcc4 > /dev/null"; then
|
if ! ${NORM_USER} "${INSTALL_DEST_BASE}/${PGM_FULL_NAME}/bin/gcc-glibmm-abi-check --gcc4 > /dev/null"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue