Fix the OS X packaging build.

svn path=/trunk/; revision=37105
This commit is contained in:
Gerald Combs 2011-05-12 21:42:55 +00:00
parent cf485a2ea1
commit 0d1658db91
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# This was disabled at one point, since the contents of the
# This was disabled at one point, since the contents of the
# Clearlooks-Quicksilver-OSX directory exceed the 99-character file
# name limit imposed by the old tar format. We now use ustar format,
# which doesn't have that limitation.
@ -80,5 +80,12 @@ EXTRA_DIST = \
root.ds_store \
util.ds_store
COPYING.txt: ../../COPYING
cp $< $@
all: COPYING.txt
install: all
clean-local:
rm -rf Utilities Wireshark.app ScriptExec/build

View File

@ -134,6 +134,7 @@ pkg_file="$pkg_title.pkg"
rm -rf "$pkg_file"
/Developer/usr/bin/packagemaker --doc "Wireshark package.pmdoc" \
--title "$pkg_title" \
--version "$version" \
--verbose || exit 1
echo -e "\nCREATE WIRESHARK DISK IMAGE\n"