fix linux bundle installer
authorRobin Gareus <robin@gareus.org>
Sat, 20 Feb 2016 11:08:55 +0000 (12:08 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 20 Feb 2016 11:08:55 +0000 (12:08 +0100)
tools/linux_packaging/stage2.run.in

index 2aff98a6050459f590343ca03a419572cdf3e545..445643b573b2705d82b3e02a31658ecac958c83a 100755 (executable)
@@ -421,7 +421,7 @@ if %REPLACE_WINE%; then
                LD_DEBUG=files wine `pwd`/${BUNDLE_DIR}/lib/ardour-vst-scanner.exe.so 2>&1 \
                                                 | grep -e "calling init:.*libwine" \
                                                 | sed 's/^.*calling init: //' \
-                                                | grep -v x86_64-linux-gnu
+                                                | grep -v x86_64-linux-gnu \
                                                 | uniq \
                        )
        if ! test -f "$LIBWINE"; then