summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-20 12:08:55 +0100
committerRobin Gareus <robin@gareus.org>2016-02-20 12:08:55 +0100
commitf0d40fb34a8975972fad9b196808c667fe323a8d (patch)
tree4dfc7f23bfb89c25c48d9cd92855ed2e3841ad9d /tools/linux_packaging
parent318f3850de0821e77a7a0bdb553d38f541503ed3 (diff)
fix linux bundle installer
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/stage2.run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in
index 2aff98a605..445643b573 100755
--- a/tools/linux_packaging/stage2.run.in
+++ b/tools/linux_packaging/stage2.run.in
@@ -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