diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-05-01 18:01:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-05-01 18:01:09 +0000 |
commit | c6813ac952e8c86c8107c643b73b49d69fb851e4 (patch) | |
tree | 9102f92f215ea5173cb126fffa4f700032004c0d /japanese/linux_locale | |
parent | 7dec4ca7a64cc02a2005e3723faa67abb2615f60 (diff) |
Notes
Diffstat (limited to 'japanese/linux_locale')
-rw-r--r-- | japanese/linux_locale/Makefile | 2 |
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 \ |