]> git.saurik.com Git - apple/system_cmds.git/blame - arch.tproj/Makefile.postamble
system_cmds-431.tar.gz
[apple/system_cmds.git] / arch.tproj / Makefile.postamble
CommitLineData
34d340d7 1HELPERDIR = /AppleInternal/Developer/Tools
1815bff5 2after_install::
b51d5b5f
A
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
1815bff5 6 @-$(RM) -f $(DSTROOT)$(INSTALLDIR)/machine
b51d5b5f 7 ln $(DSTROOT)$(INSTALLDIR)/arch $(DSTROOT)$(INSTALLDIR)/machine
34d340d7
A
8 install -d $(DSTROOT)$(HELPERDIR)
9 install -c -m 755 arch_helper.pl $(DSTROOT)$(HELPERDIR)