diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-14 00:24:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-14 00:24:32 +0000 |
commit | 1c3c6e0e69b4731bb1e612fafe64ee8324286a87 (patch) | |
tree | 232f16fe0cf6cee1dd48e350789b0581f2a99237 /po/Makefile | |
parent | 512bc70077e4d9589b91c3499c453e1e3f44f2db (diff) | |
download | initscripts-1c3c6e0e69b4731bb1e612fafe64ee8324286a87.tar initscripts-1c3c6e0e69b4731bb1e612fafe64ee8324286a87.tar.gz initscripts-1c3c6e0e69b4731bb1e612fafe64ee8324286a87.tar.bz2 initscripts-1c3c6e0e69b4731bb1e612fafe64ee8324286a87.tar.xz initscripts-1c3c6e0e69b4731bb1e612fafe64ee8324286a87.zip |
just use /usr/share/locale ; you need glibc locale stuff anyway...
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index b44f03e1..d0eb0f30 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,7 +1,7 @@ INSTALL= /usr/bin/install -c INSTALL_PROGRAM= ${INSTALL} INSTALL_DATA= ${INSTALL} -m 644 -INSTALLNLSDIR=/etc/locale +INSTALLNLSDIR=/usr/share/locale MSGMERGE = msgmerge |