summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-07 19:41:30 +0100
committerRobin Gareus <robin@gareus.org>2016-03-07 19:41:30 +0100
commit72ac6bc8a69762b4b7503baa160f68077ba8b20e (patch)
tree28aff9fdba4130673a047625c4beb8e18ccf31b9 /tools/osx_packaging
parent47026cac9b7fd3ab1216e2b8261bbca5040ca37d (diff)
fix OSX/PPC bundled plugins
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 02f77dc221..ca3db40ea3 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -587,7 +587,7 @@ if file ${PRODUCT_PKG_DIR}/$APPROOT/MacOS/$MAIN_EXECUTABLE | grep -q x86_64; the
OSX_BENSID=osx64
elif file ${PRODUCT_PKG_DIR}/$APPROOT/MacOS/$MAIN_EXECUTABLE | grep -q ppc; then
OSX_ARCH=ppc
- OSX_BENSID=ppc
+ OSX_BENSID=osxppc
else
OSX_ARCH=i386
OSX_BENSID=osx32