aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-02-12 13:47:38 -0800
committerGerald Combs <gerald@wireshark.org>2019-02-12 21:48:26 +0000
commit80e33fffce0d97f6c9d22f6ff46d1b3048210d47 (patch)
tree95590a30887fd5e90c7e400cbae76cafcc0d2709 /packaging
parent6fef7cdc84db56164c898be3c041da5325d386ec (diff)
MacOS: Fix a path.
Change-Id: Ie964e6294e5351627c6fbc4a6c7f855558bee55c Reviewed-on: https://code.wireshark.org/review/31998 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh.in b/packaging/macosx/osx-app.sh.in
index d4d5024ad1..4ed87e1dd8 100755
--- a/packaging/macosx/osx-app.sh.in
+++ b/packaging/macosx/osx-app.sh.in
@@ -123,7 +123,7 @@ exclude_prefixes="$exclude_prefixes|$qt_frameworks_dir"
pkgexec="$bundle/Contents/MacOS"
#pkgres="$bundle/Contents/Resources"
pkglib="$bundle/Contents/Frameworks"
-pkgplugin="$bundle/Contents/PlugIns/wireshark/@VERSION_MAJOR@.@VERSION_MINOR@"
+pkgplugin="$bundle/Contents/PlugIns/wireshark"
# Set the 'macosx' directory, usually the current directory.
#resdir=$( pwd )