install::
	cp gnu*License.txt $(INSTALLDIR)/$(NAME).app
#	(cd $(INSTALLDIR)/$(NAME).app/English.lproj/Help ; ixbuild -v)


installSpecial: install
	@if [ "`whoami`" != "root" ]; then \
	echo Must be root to do special installation.; \
	exit 1; \
	fi
	chgrp daemon /etc/uucp/L.sys
	chmod g+r /etc/uucp/L.sys
	chgrp -R daemon $(INSTALLDIR)/$(NAME).app
	chmod -R ugo+rX $(INSTALLDIR)/$(NAME).app
	chmod g+s $(INSTALLDIR)/$(NAME).app/$(NAME)

