From b3c429d1fee8fa1d47ba0e7e6f14b88ea11c33a0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 8 Jul 2015 18:08:01 +0200 Subject: fix MB’s .so execution permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/linux_packaging/build | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index feca650dee..f600cb4d21 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -601,6 +601,7 @@ if test -n "$MIXBUS"; then cp "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \ $APPLIB/ladspa/strip/harrison_channelstrip.so + chmod +x $APPLIB/ladspa/strip/harrison_channelstrip.so fi if test x$WITH_X42_LV2 != x ; then -- cgit v1.2.3