aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-19 00:02:24 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-19 00:02:24 +0000
commit664c9aa38af56669c0edf83900a5485a03fb2d82 (patch)
tree897537fc41af26f72f4450aecb50fe7ebc09aeb3 /packaging
parent8ad1d17b613947b247939856f87f3c95c600a163 (diff)
From Stig: Fix the call to osx-app.sh.
svn path=/trunk/; revision=24692
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh
index 63410d5549..10ccfcbd87 100755
--- a/packaging/macosx/osx-build.sh
+++ b/packaging/macosx/osx-build.sh
@@ -261,7 +261,7 @@ then
fi
# Create app bundle
- ./osx-app.sh $STRIP -b $INSTALLPREFIX/bin/wireshark -p ./Info.plist $PYTHON_MODULES
+ ./osx-app.sh $STRIP -bp $INSTALLPREFIX/bin/ -p ./Info.plist $PYTHON_MODULES
status=$?
if [[ $status -ne 0 ]]; then
echo -e "\nApplication bundle creation failed"