Set value of LOCALEDIR.
authorjbj <devnull@localhost>
Tue, 3 Nov 1998 19:13:50 +0000 (19:13 +0000)
committerjbj <devnull@localhost>
Tue, 3 Nov 1998 19:13:50 +0000 (19:13 +0000)
Change name of installed file to popt.mo.

CVS patchset: 2512
CVS date: 1998/11/03 19:13:50

popt/po/Makefile.in
popt/po/Makefile.in.in

index 75ece20..ec596f3 100644 (file)
@@ -1,10 +1,10 @@
 # Generated automatically from Makefile.in.in by configure.
-prefix=/usr
 srcdir = .
-datadir = ${prefix}/share
 top_srcdir = ..
 
-INSTALL= /usr/bin/ginstall -c
+LOCALEDIR=/usr/local/share/locale
+
+INSTALL= /usr/bin/install -c
 INSTALL_PROGRAM= ${INSTALL}
 INSTALL_DATA= ${INSTALL} -m 644
 CC = gcc
index 602496d..3ba7cbd 100644 (file)
@@ -1,9 +1,9 @@
-prefix=@prefix@
 srcdir = @srcdir@
-datadir = @datadir@
 top_srcdir = @top_srcdir@
 VPATH = $(srcdir)
 
+LOCALEDIR=@prefix@/share/locale
+
 INSTALL= @INSTALL@
 INSTALL_PROGRAM= @INSTALL_PROGRAM@
 INSTALL_DATA= @INSTALL_DATA@
@@ -58,7 +58,7 @@ install:
            l=`basename $$n .mo`; \
            $(INSTALL) -m 755 -d $(installprefix)/$(LOCALEDIR)/$$l; \
            $(INSTALL) -m 755 -d $(installprefix)/$(LOCALEDIR)/$$l/LC_MESSAGES; \
-           $(INSTALL) -m 644 $$n $(installprefix)/$(LOCALEDIR)/$$l/LC_MESSAGES/rpm.mo; \
+           $(INSTALL) -m 644 $$n $(installprefix)/$(LOCALEDIR)/$$l/LC_MESSAGES/popt.mo; \
        done
 
 check: