]> git.saurik.com Git - apple/system_cmds.git/blobdiff - arch.tproj/Makefile.postamble
system_cmds-431.tar.gz
[apple/system_cmds.git] / arch.tproj / Makefile.postamble
index e031809b8ac108e10911634ff3683aa17bf543f7..70b993ca5fc72e4de9437b65677f45a0c7a4f90f 100644 (file)
@@ -1,6 +1,9 @@
+HELPERDIR = /AppleInternal/Developer/Tools
 after_install::
        install -d $(DSTROOT)/usr/share/man/man1
        install -c -m 444 arch.1 $(DSTROOT)/usr/share/man/man1
        install -c -m 444 machine.1 $(DSTROOT)/usr/share/man/man1
        @-$(RM) -f $(DSTROOT)$(INSTALLDIR)/machine
        ln $(DSTROOT)$(INSTALLDIR)/arch $(DSTROOT)$(INSTALLDIR)/machine
+       install -d $(DSTROOT)$(HELPERDIR)
+       install -c -m 755 arch_helper.pl $(DSTROOT)$(HELPERDIR)