]> git.saurik.com Git - apple/system_cmds.git/blob - arch.tproj/Makefile.postamble
system_cmds-431.tar.gz
[apple/system_cmds.git] / arch.tproj / Makefile.postamble
1 HELPERDIR = /AppleInternal/Developer/Tools
2 after_install::
3 install -d $(DSTROOT)/usr/share/man/man1
4 install -c -m 444 arch.1 $(DSTROOT)/usr/share/man/man1
5 install -c -m 444 machine.1 $(DSTROOT)/usr/share/man/man1
6 @-$(RM) -f $(DSTROOT)$(INSTALLDIR)/machine
7 ln $(DSTROOT)$(INSTALLDIR)/arch $(DSTROOT)$(INSTALLDIR)/machine
8 install -d $(DSTROOT)$(HELPERDIR)
9 install -c -m 755 arch_helper.pl $(DSTROOT)$(HELPERDIR)