aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-01 14:00:51 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-01 21:04:26 +0000
commitcf3d279e046053aa39846f108ad4769189211bda (patch)
tree04d33af199dee5b78c6f721bb6a5a09cf1f7d246 /packaging/macosx
parent57d954e1689ab31c6afac0a787f13754b8a39a49 (diff)
CMake: OS X packaging updates.
Add a dmg_package_prep target as an alias to app_bundle. Rename the osx-dmg target to dmg_package. This matches the Windows packaging target names. In osx-app.sh, make sure we rpathify the bundle plugin directory. Change-Id: If41195c9d405ad6bff865625500a8227b77e8092 Reviewed-on: https://code.wireshark.org/review/10734 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 7b77b5df2a..6a7f061f51 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -625,6 +625,7 @@ rpathify_files () {
fi
rpathify_dir "$pkgbin" "*"
rpathify_dir "$pkgbin/extcap" "*"
+ rpathify_dir "$pkgplugin" "*"
}
PATHLENGTH=`echo $LIBPREFIX | wc -c`