From cf3d279e046053aa39846f108ad4769189211bda Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 1 Oct 2015 14:00:51 -0700 Subject: 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 --- packaging/macosx/osx-app.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/macosx') 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` -- cgit v1.2.3