add missing "fi" to stage2.run script used for linux install

This commit is contained in:
Paul Davis 2015-10-02 19:19:21 -04:00
parent 136b659f1c
commit fd4a34251c
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ if %REPLACE_GCC5%; then
if test "n" = $ANSWER; then
exit 1
fi
fi
else
# 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