aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/osx-app.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-04-22 20:37:48 +0000
committerGerald Combs <gerald@wireshark.org>2009-04-22 20:37:48 +0000
commit8a6694ccd54150d05070e6e6b5a7346247a31603 (patch)
treeff95c57672baf44dd7f65d5c318567b3dd2323c6 /packaging/macosx/osx-app.sh
parentd349ab0061997f31339961bec172d96e4348843a (diff)
Don't rename the "ChmodBPF" directory to "Startup". Add an alias to
/Library/StartupItems with an arrow similar to the top-level directory. Update the arrow image in the top-level directory. Adjust the layouts of the top-level and Utilities directories. Update the documentation. svn path=/trunk/; revision=28135
Diffstat (limited to 'packaging/macosx/osx-app.sh')
-rwxr-xr-xpackaging/macosx/osx-app.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index d029916ff3..c3e9363261 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -38,7 +38,7 @@ binary_path="/tmp/inst/bin"
plist="./Info.plist"
util_dir="./Utilities"
cli_dir="$util_dir/Command Line"
-startup_dir="$util_dir/Startup"
+chmodbpf_dir="$util_dir/ChmodBPF"
binary_list="
capinfos
@@ -188,7 +188,6 @@ mkdir -p "$pkgbin"
mkdir -p "$pkgplugin"
mkdir -p "$cli_dir"
-mkdir -p "$startup_dir"
# Build and add the launcher
#----------------------------------------------------------
@@ -226,7 +225,8 @@ for binary in $binary_list ; do
done
# ChmodBPF
-cp -v ChmodBPF/* "$startup_dir"
+mkdir -p "$chmodbpf_dir"
+cp -v ChmodBPF/* "$chmodbpf_dir"
# The rest of the Wireshark installation (we handled bin above)
rsync -av \