From: Haoyang Wang Date: Thu, 17 Dec 2015 14:53:14 +0000 (-0800) Subject: set permissions of symbols file in package postinstall script X-Git-Tag: NetHack-3.6.1_RC01~1156^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69cfa4b134e5afaeddb4694589827ece49d5fcbd;p=nethack set permissions of symbols file in package postinstall script --- diff --git a/sys/unix/hints/macosx10.10 b/sys/unix/hints/macosx10.10 index e46f0e590..3f0387c17 100644 --- a/sys/unix/hints/macosx10.10 +++ b/sys/unix/hints/macosx10.10 @@ -282,7 +282,9 @@ build_package_root: echo $(CHGRP) $(GAMEGRP) $(SHELLDIR)/recover >> PKGSCRIPTS/postinstall echo chmod $(VARDIRPERM) $(HACKDIR) >> PKGSCRIPTS/postinstall echo chmod $(VARDIRPERM) $(HACKDIR)/save >> PKGSCRIPTS/postinstall + echo chmod $(FILEPERM) $(HACKDIR)/license >> PKGSCRIPTS/postinstall echo chmod $(FILEPERM) $(HACKDIR)/nhdat >> PKGSCRIPTS/postinstall + echo chmod $(FILEPERM) $(HACKDIR)/symbols >> PKGSCRIPTS/postinstall echo chmod $(VARFILEPERM) $(HACKDIR)/perm >> PKGSCRIPTS/postinstall echo chmod $(VARFILEPERM) $(HACKDIR)/record >> PKGSCRIPTS/postinstall echo chmod $(VARFILEPERM) $(HACKDIR)/logfile >> PKGSCRIPTS/postinstall