summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 13:02:52 +0000
committerache <ache@FreeBSD.org>2001-06-10 13:02:52 +0000
commit2b94b6201564331f8ea57120762174c19620ef6c (patch)
tree4c227659caa254f719b42ad56abd2e18add4757f /etc/Makefile
parent9fc9e018ab40afde27178270c5c219a39ff1e16a (diff)
downloadFreeBSD-src-2b94b6201564331f8ea57120762174c19620ef6c.zip
FreeBSD-src-2b94b6201564331f8ea57120762174c19620ef6c.tar.gz
New locale names and aliases to old ones
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 62e3dc4..dcd062e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -173,7 +173,7 @@ distrib-dirs:
cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
cd ${DESTDIR}/usr/share/man/en.ISO_8859-1; ln -sf ../man* .
cd ${DESTDIR}/usr/share/locale; \
- set - `cat ${.CURDIR}/locale.alias`; \
+ set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
while [ $$# -gt 0 ] ; \
do \
rm -rf "$$1"; \
@@ -181,7 +181,7 @@ distrib-dirs:
shift; shift; \
done
cd ${DESTDIR}/usr/share/nls; \
- set - `cat ${.CURDIR}/locale.alias`; \
+ set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
while [ $$# -gt 0 ] ; \
do \
rm -rf "$$1"; \
OpenPOWER on IntegriCloud