summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-08 18:08:01 +0200
committerRobin Gareus <robin@gareus.org>2015-07-08 18:08:16 +0200
commitb3c429d1fee8fa1d47ba0e7e6f14b88ea11c33a0 (patch)
tree6dd6eedf41a04db07b508a85d5366b9e7fb78454 /tools
parent364022a35a798d4819fea149e2393f73297af3f6 (diff)
fix MB’s .so execution permissions
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 1 insertions, 0 deletions
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