|
Lines 4-6
Link Here
|
| 4 |
|
4 |
|
|
|
5 |
.ifndef (DESTDIR) |
| 5 |
DESTDIR?=/mnt |
6 |
DESTDIR?=/mnt |
|
|
7 |
.endif |
| 6 |
|
8 |
|
|
Lines 15-17
Link Here
|
| 15 |
.if ${LANGUAGE} == pl |
17 |
.if ${LANGUAGE} == pl |
| 16 |
LOCALE= pl_PL.ISO_8859-2 |
18 |
LOCALE=pl_PL.ISO_8859-2 |
| 17 |
LOCALE_LINKS=${PL_LOCALE_LINKS} |
19 |
LOCALE_LINKS=${PL_LOCALE_LINKS} |
|
Lines 20-22
Link Here
|
| 20 |
.else |
22 |
.else |
| 21 |
LOCALE= en_US.ISO_8859-1 |
23 |
LOCALE=en_US.ISO_8859-1 |
| 22 |
LOCALE_LINKS=${US_LOCALE_LINKS} |
24 |
LOCALE_LINKS=${US_LOCALE_LINKS} |
|
Lines 27-29
Link Here
|
| 27 |
tree: |
29 |
tree: |
| 28 |
mtree -deU -f mfs.mtree -p ${DESTDIR} |
30 |
mtree -deU -f ../build/mfs.mtree -p ${DESTDIR} |
| 29 |
|
31 |
|
|
Lines 44-46
Link Here
|
| 44 |
ln -s /etc/termcap termcap; \ |
46 |
ln -s /etc/termcap termcap; \ |
| 45 |
echo emacs >/mnt/usr/share/misc/init.ee; \ |
47 |
echo emacs >${DESTDIR}/usr/share/misc/init.ee; \ |
| 46 |
cd ../; \ |
48 |
cd ../; \ |
|
Lines 51-52
Link Here
|
| 51 |
done; \ |
53 |
done; \ |
|
|
54 |
mkdir ${LOCALE}/; \ |
| 52 |
cp /usr/share/locale/${LOCALE}/* ${LOCALE}/; \ |
55 |
cp /usr/share/locale/${LOCALE}/* ${LOCALE}/; \ |