From: Haoyang Wang Date: Mon, 9 Nov 2015 21:59:14 +0000 (-0800) Subject: When build_tty_pkg, include the sysconf with mac-specific changes X-Git-Tag: NetHack-3.6.0_RC01~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ebcd1bb4282c01dcd4108d5c2b32052ba61e8bd;p=nethack When build_tty_pkg, include the sysconf with mac-specific changes --- diff --git a/sys/unix/hints/macosx10.10 b/sys/unix/hints/macosx10.10 index 1e4952f4e..683284cca 100644 --- a/sys/unix/hints/macosx10.10 +++ b/sys/unix/hints/macosx10.10 @@ -265,7 +265,7 @@ build_package_root: install -p doc/recover.6 $(PKGROOT_UG)/man/man6 install -p doc/Guidebook $(PKGROOT_UG)/doc install -p dat/nhdat $(PKGROOT_UGLN) - install -p sys/unix/sysconf $(PKGROOT_UGLN) + sed 's/^GDBPATH/#GDBPATH/' sys/unix/sysconf | sed 's/^GREPPATH=\/bin\/grep/GREPPATH=\/usr\/bin\/grep/' | sed 's/^PANICTRACE_GDB=[12]/PANICTRACE_GDB=0/' > $(PKGROOT_UGLN)/sysconf cd dat; install -p $(DATNODLB) ../$(PKGROOT_UGLN) # XXX these files should be somewhere else for good Mac form touch $(PKGROOT_UGLN)/perm $(PKGROOT_UGLN)/record $(PKGROOT_UGLN)/logfile $(PKGROOT_UGLN)/xlogfile