X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/14c7c974991c850bfa0348affbd4bee3223205ee..HEAD:/i386/strings/Makefile diff --git a/i386/strings/Makefile b/i386/strings/Makefile index 0ea9d36..42c01fe 100644 --- a/i386/strings/Makefile +++ b/i386/strings/Makefile @@ -7,39 +7,13 @@ 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 - ) - chown -fR root.wheel $(INSTALLDIR) +install_i386:: $(INSTALLDIR) + cp $(FILES) $(INSTALLDIR) + chown -fR root:wheel $(INSTALLDIR) chmod -R ugo-w $(INSTALLDIR) include ../MakeInc.dir