aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-04-16 11:38:04 -0700
committerGerald Combs <gerald@wireshark.org>2015-04-17 18:08:36 +0000
commit3d7b72817301530000efd2ae44d7b34bbe57318d (patch)
tree17c8216abc9c77f46d36b3b3ef110a670223ca94 /packaging/macosx
parentf2070bdbf973f0c5de6b2dd0532aea46e8e05f63 (diff)
Make androiddump loadable on OS X.
Make sure the target location for extcap executables and extcap_dir match on OS X. Set the extcap directory to Contents/MacOS/extcap. The Mac Developer Library documentation doesn't explicitly define "Resources", but examples include data files and not executables. It does state that executables shouldn't go into PlugIns. Make sure we rpathify androiddump. Change-Id: If36c762e2a1991c26e5c01a870deaf191bcf9f94 Reviewed-on: https://code.wireshark.org/review/8093 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-app.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 325de56862..d30b722226 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -583,6 +583,7 @@ rpathify_files () {
rpathify_dir "$pkglib/pango/$pango_version/modules" "*.so"
fi
rpathify_dir "$pkgbin" "*"
+ rpathify_dir "$pkgbin/extcap" "*"
}
if [ "$ui_toolkit" = "qt" ] ; then