diff options
author | jbj <jbj> | 1998-11-03 19:13:50 +0000 |
---|---|---|
committer | jbj <jbj> | 1998-11-03 19:13:50 +0000 |
commit | a53487d0145feac08a4be3b7e568b47fb8e4999a (patch) | |
tree | d8871816747e68b04f5cdda9b3a7da47fc05131c /po/Makefile.in.in | |
parent | 59c34ec945c9c06241767de48c194b6ce7cd9e00 (diff) | |
download | libpopt-a53487d0145feac08a4be3b7e568b47fb8e4999a.tar.gz |
Set value of LOCALEDIR.
Change name of installed file to popt.mo.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 602496d..3ba7cbd 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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: |