summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-11-03 19:13:50 +0000
committerjbj <devnull@localhost>1998-11-03 19:13:50 +0000
commit06346f87e70453d6758ac06837060880a54a2bd2 (patch)
tree0fc160421717c602d861264bb0b7e6517be25cad /popt
parent63898fa0ab57ef356f8c4e6e9f44b85aa8ee2c9f (diff)
downloadlibrpm-tizen-06346f87e70453d6758ac06837060880a54a2bd2.tar.gz
librpm-tizen-06346f87e70453d6758ac06837060880a54a2bd2.tar.bz2
librpm-tizen-06346f87e70453d6758ac06837060880a54a2bd2.zip
Set value of LOCALEDIR.
Change name of installed file to popt.mo. CVS patchset: 2512 CVS date: 1998/11/03 19:13:50
Diffstat (limited to 'popt')
-rw-r--r--popt/po/Makefile.in6
-rw-r--r--popt/po/Makefile.in.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/popt/po/Makefile.in b/popt/po/Makefile.in
index 75ece2015..ec596f3a6 100644
--- a/popt/po/Makefile.in
+++ b/popt/po/Makefile.in
@@ -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
diff --git a/popt/po/Makefile.in.in b/popt/po/Makefile.in.in
index 602496ddc..3ba7cbd1a 100644
--- a/popt/po/Makefile.in.in
+++ b/popt/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: