Added osx-install target, to copy Wireshark.app to /Applications

svn path=/trunk/; revision=31403
This commit is contained in:
Stig Bjørlykke 2010-01-01 20:33:28 +00:00
parent 072213711d
commit bb7a92016d
1 changed files with 6 additions and 0 deletions

View File

@ -919,6 +919,12 @@ osx-package: osx-app
./osx-dmg.sh ; \
fi
osx-install: osx-app
@if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
echo "Copying Wireshark.app to /Applications" ; \
cp -pr $(srcdir)/packaging/macosx/Wireshark.app /Applications ; \
fi
clean-local:
rm -rf $(top_stagedir)