fix linux bundle installer

This commit is contained in:
Robin Gareus 2016-02-20 12:08:55 +01:00
parent 318f3850de
commit f0d40fb34a

View File

@ -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