Trying to feed file names with spaces to GNU make will just end in tears.

Don't do that.

svn path=/trunk/; revision=24749
This commit is contained in:
Gerald Combs 2008-03-28 21:11:53 +00:00
parent dedfac9c81
commit ebf0ed08a7
3 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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"