summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-05-01 18:01:09 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-05-01 18:01:09 +0000
commitc6813ac952e8c86c8107c643b73b49d69fb851e4 (patch)
tree9102f92f215ea5173cb126fffa4f700032004c0d /japanese
parentUpdate module: file. (diff)
fix a minor bug.
Approved by: knu (mentor)
Notes
Notes: svn path=/head/; revision=58413
Diffstat (limited to 'japanese')
-rw-r--r--japanese/linux_locale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/linux_locale/Makefile b/japanese/linux_locale/Makefile
index c6472e3d2fe5..13970064c039 100644
--- a/japanese/linux_locale/Makefile
+++ b/japanese/linux_locale/Makefile
@@ -58,7 +58,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/debian/* ${DOCDIR}
if [ ! -f ${LINUXBASE}/usr/share/locale/locale.alias.orig ]; then \
${CP} -p ${LINUXBASE}/usr/share/locale/locale.alias \
- ${LINUXBASE}/usr/share/locale/locale.alias.orig \
+ ${LINUXBASE}/usr/share/locale/locale.alias.orig; \
fi
.for locale in ${LOCALE_ADD}
${GREP} -q -e ^${locale} ${LINUXBASE}/usr/share/locale/locale.alias \