summaryrefslogtreecommitdiff
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-28 21:11:53 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-28 21:11:53 +0000
commitebf0ed08a7d6441098c8efd5616f4b3c406192d1 (patch)
tree1b9972c018cf90368812edcb9f6d7e4a09542e4d /packaging/macosx
parentdedfac9c81132617c0dc5184e16d2c0d829f7d88 (diff)
downloadwireshark-ebf0ed08a7d6441098c8efd5616f4b3c406192d1.tar.gz
Trying to feed file names with spaces to GNU make will just end in tears.
Don't do that. svn path=/trunk/; revision=24749
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/Makefile.am2
-rw-r--r--packaging/macosx/Read_me_first.rtf (renamed from packaging/macosx/Read me first.rtf)0
-rwxr-xr-xpackaging/macosx/osx-dmg.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am
index 6fea03b1ab..945ee44c7d 100644
--- a/packaging/macosx/Makefile.am
+++ b/packaging/macosx/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST = \
osx-app.sh \
osx-build.sh \
osx-dmg.sh \
- Read me first.rtf \
+ Read_me_first.rtf \
Resources/bin/getdisplay.sh \
Resources/bin/wireshark \
Resources/etc/fonts/fonts.conf \
diff --git a/packaging/macosx/Read me first.rtf b/packaging/macosx/Read_me_first.rtf
index 834c3af8fa..834c3af8fa 100644
--- a/packaging/macosx/Read me first.rtf
+++ b/packaging/macosx/Read_me_first.rtf
diff --git a/packaging/macosx/osx-dmg.sh b/packaging/macosx/osx-dmg.sh
index 42ee50fedb..954ca203e3 100755
--- a/packaging/macosx/osx-dmg.sh
+++ b/packaging/macosx/osx-dmg.sh
@@ -136,7 +136,7 @@ ln -sf /Applications "$tmp_dir"/
# Copy the utilites
cp -rf "$utilities" "$tmp_dir"/
# Copy the readme
-cp -rf "Read me first.rtf" "$tmp_dir"/
+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.
mkdir "$tmp_dir/.background"