From 1c3c6e0e69b4731bb1e612fafe64ee8324286a87 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 00:24:32 +0000 Subject: just use /usr/share/locale ; you need glibc locale stuff anyway... --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1