add missing "fi" to stage2.run script used for linux install
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Oct 2015 23:19:21 +0000 (19:19 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 3 Oct 2015 02:08:14 +0000 (22:08 -0400)
tools/linux_packaging/stage2.run.in

index 6918242adf6d6f6b0d3a7bbbf3a0fe9fc92ec8f4..45addc208eb76a6af1f3fc1ee899cf9b15cd9bbe 100755 (executable)
@@ -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