aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-09-14 00:38:54 +0000
committerGerald Combs <gerald@wireshark.org>2009-09-14 00:38:54 +0000
commit9accb15581073a3329dbcbdc49db2bb27f9f85fd (patch)
treee33879a74d3129171b641df31287ca0575a9ba9d /packaging
parent95251d8f465c9ee7d20f637bc9a1a03902559bd8 (diff)
Tweak the Finder windows a bit.
svn path=/trunk/; revision=29886
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/dmg_set_style.scptbin4522 -> 7820 bytes
-rwxr-xr-xpackaging/macosx/osx-dmg.sh10
-rw-r--r--packaging/macosx/root.ds_storebin12292 -> 15364 bytes
-rw-r--r--packaging/macosx/util.ds_storebin6148 -> 6148 bytes
4 files changed, 6 insertions, 4 deletions
diff --git a/packaging/macosx/dmg_set_style.scpt b/packaging/macosx/dmg_set_style.scpt
index 569692ec94..504af60300 100755
--- a/packaging/macosx/dmg_set_style.scpt
+++ b/packaging/macosx/dmg_set_style.scpt
Binary files differ
diff --git a/packaging/macosx/osx-dmg.sh b/packaging/macosx/osx-dmg.sh
index f66b2d9d73..f34d32f428 100755
--- a/packaging/macosx/osx-dmg.sh
+++ b/packaging/macosx/osx-dmg.sh
@@ -65,7 +65,7 @@ OPTIONS
-s
set a new apperance (do not actually creates a bundle)
-p,--package
- set the path to the Wireshark.app that should be copie
+ set the path to the Wireshark.app that should be copied
in the dmg
"
}
@@ -136,13 +136,15 @@ cp -rf "$package" "$tmp_dir"/
ln -sf /Applications "$tmp_dir"/
# Copy the utilites
cp -rf "$utilities" "$tmp_dir"/
-ln -sf /Library/StartupItems "$tmp_dir"/"$utilities"
+ln -sf /Library/StartupItems "$tmp_dir$utilities"
# Copy the readme
cp -rf Read_me_first.rtf "$tmp_dir"/"Read me first.rtf"
-# Copy a background image inside a hidden directory so the image file itself won't be shown.
+# Copy a background images inside hidden directories so the image file itself won't be shown.
mkdir "$tmp_dir/.background"
cp dmg_background.png "$tmp_dir/.background/background.png"
+mkdir "$tmp_dir/$utilities/.background"
+cp util_background.png "$tmp_dir/$utilities/.background/background.png"
# If the appearance settings are not to be modified we just copy them
if [ ${set_ds_store} = "false" ]; then
@@ -172,7 +174,7 @@ bless -openfolder /Volumes/$volume_name
# In case the apperance has to be modified, mount the image and apply the base settings to it via Applescript
if [ ${set_ds_store} = "true" ]; then
-# /usr/bin/osascript dmg_set_style.scpt
+ /usr/bin/osascript dmg_set_style.scpt
open "/Volumes/$volume_name"
# BUG: one needs to move and close the window manually for the
diff --git a/packaging/macosx/root.ds_store b/packaging/macosx/root.ds_store
index a2f7d7ab16..3fcd7151ff 100644
--- a/packaging/macosx/root.ds_store
+++ b/packaging/macosx/root.ds_store
Binary files differ
diff --git a/packaging/macosx/util.ds_store b/packaging/macosx/util.ds_store
index 79cc8afda6..d300b641ac 100644
--- a/packaging/macosx/util.ds_store
+++ b/packaging/macosx/util.ds_store
Binary files differ