X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/0e393d5044d1e68e17d91385b70d5cd6b27f8438..83f6dbe8135dc38ce4ac497ebea7f0ebc87d9199:/nvram.tproj/Makefile.postamble?ds=sidebyside diff --git a/nvram.tproj/Makefile.postamble b/nvram.tproj/Makefile.postamble index a1cb866..8330a27 100644 --- a/nvram.tproj/Makefile.postamble +++ b/nvram.tproj/Makefile.postamble @@ -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