]> git.saurik.com Git - apple/system_cmds.git/blobdiff - nvram.tproj/Makefile.postamble
system_cmds-300.tar.gz
[apple/system_cmds.git] / nvram.tproj / Makefile.postamble
index a1cb866473877f2d3d21a0dbff4f61b08419737d..8330a2715ac37f1fef71409b5430952d726a4191 100644 (file)
@@ -134,3 +134,6 @@ after_install::
        $(MKDIRS) $(DSTROOT)$(MANDIR)
        $(CP) -f $(MANPAGE) $(DSTROOT)$(MANDIR)/$(MANPAGE)
        $(CHMOD) og-w $(DSTROOT)$(MANDIR)/$(MANPAGE)
+       $(MV) $(DSTROOT)/usr/sbin/nvram $(DSTROOT)/usr/sbin/nvram.tmp
+       lipo -thin ppc -output $(DSTROOT)/usr/sbin/nvram $(DSTROOT)/usr/sbin/nvram.tmp
+       $(RM) -f $(DSTROOT)/usr/sbin/nvram.tmp