3 include ../MakePaths.dir
5 INSTALLDIR = $(DSTROOT)/usr/standalone/i386
10 FILES = Language.table \
12 English.lproj/Localizable.strings \
13 English.lproj/NetInstall.strings \
14 French.lproj/Localizable.strings \
15 French.lproj/NetInstall.strings \
16 German.lproj/Localizable.strings \
17 German.lproj/NetInstall.strings
19 # Remove Swedish, Italian and Spanish for Rhap 1.0
20 # Italian.lproj/Localizable.strings \
21 # Italian.lproj/NetInstall.strings \
22 # Spanish.lproj/Localizable.strings \
23 # Spanish.lproj/NetInstall.strings \
24 # Swedish.lproj/Localizable.strings \
25 # Swedish.lproj/NetInstall.strings
27 DIRS = ${INSTALLDIR}/English.lproj \
28 ${INSTALLDIR}/French.lproj \
29 ${INSTALLDIR}/German.lproj
31 # Remove Swedish, Italian and Spanish for Rhap 1.0
32 # ${INSTALLDIR}/Italian.lproj
33 # ${INSTALLDIR}/Spanish.lproj \
34 # ${INSTALLDIR}/Swedish.lproj
40 install_i386:: $(INSTALLDIR) $(DIRS_NEEDED)
41 tar cf - ${FILES} | (cd ${INSTALLDIR}; tar xfBp - )
42 chown -fR root.wheel $(INSTALLDIR)
43 chmod -R ugo-w $(INSTALLDIR)
45 include ../MakeInc.dir