X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/4f6e3300a83b013a40730e9d4939713f82466b78..57c72a9a9f2a263d364c2df1178760bd057c390f:/i386/strings/Makefile diff --git a/i386/strings/Makefile b/i386/strings/Makefile index 0ea9d36..cb04324 100644 --- a/i386/strings/Makefile +++ b/i386/strings/Makefile @@ -7,38 +7,12 @@ VPATH = $(OBJROOT) CHOWN = chown -FILES = Language.table \ - BootHelp.txt \ - English.lproj/Localizable.strings \ - English.lproj/NetInstall.strings \ - French.lproj/Localizable.strings \ - French.lproj/NetInstall.strings \ - German.lproj/Localizable.strings \ - German.lproj/NetInstall.strings - -# Remove Swedish, Italian and Spanish for Rhap 1.0 -# Italian.lproj/Localizable.strings \ -# Italian.lproj/NetInstall.strings \ -# Spanish.lproj/Localizable.strings \ -# Spanish.lproj/NetInstall.strings \ -# Swedish.lproj/Localizable.strings \ -# Swedish.lproj/NetInstall.strings - -DIRS = ${INSTALLDIR}/English.lproj \ - ${INSTALLDIR}/French.lproj \ - ${INSTALLDIR}/German.lproj - -# Remove Swedish, Italian and Spanish for Rhap 1.0 -# ${INSTALLDIR}/Italian.lproj -# ${INSTALLDIR}/Spanish.lproj \ -# ${INSTALLDIR}/Swedish.lproj - -DIRS_NEEDED = ${DIRS} +FILES = BootHelp.txt all: -install_i386:: $(INSTALLDIR) $(DIRS_NEEDED) - tar cf - ${FILES} | (cd ${INSTALLDIR}; tar xfBp - ) +install_i386:: $(INSTALLDIR) + cp $(FILES) $(INSTALLDIR) chown -fR root.wheel $(INSTALLDIR) chmod -R ugo-w $(INSTALLDIR)