summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1997-02-28 22:44:31 +0000
committeradam <adam@FreeBSD.org>1997-02-28 22:44:31 +0000
commit293b0804c09fa96469d2b21509bf6a8722529b67 (patch)
tree3a3e0580d972d473d21e1f7946541d676090287d /usr.bin/mklocale
parent7a822c7bd857834be407b07d8b59df7d7e537b52 (diff)
downloadFreeBSD-src-293b0804c09fa96469d2b21509bf6a8722529b67.zip
FreeBSD-src-293b0804c09fa96469d2b21509bf6a8722529b67.tar.gz
minor nit
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/data/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile
index d8ee4f0..2b18f1e 100644
--- a/usr.bin/mklocale/data/Makefile
+++ b/usr.bin/mklocale/data/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/02/22 22:50:54 ache Exp $
+# $Id: Makefile,v 1.7 1997/02/28 19:51:39 wosch Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -34,9 +34,9 @@ LATIN2LINKS = hr_HR
all: ${LOCALES:S/$/.out/g}
afterinstall:
-.for locales in ${LOCALES}
+.for locale in ${LOCALES}
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \
- ${locales}.out ${LOCALEDIR}/${locales}/LC_CTYPE
+ ${locale}.out ${LOCALEDIR}/${locale}/LC_CTYPE
.endfor
.for link in ${LATIN1LINKS}
ln -fs ../lt_LN.ISO_8859-1/LC_CTYPE \
OpenPOWER on IntegriCloud