summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-05-18 18:13:07 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-18 18:48:18 +0200
commitdc49e1cde0a0736c581b10062797807c65ae0ce3 (patch)
treecbf512582165b3edf56d72b08c4ff06f923e6536 /make.tmpl.in
parentaa2d39c2ca720d9443c2682311945d56ab9a0559 (diff)
downloadlvm2-dc49e1cde0a0736c581b10062797807c65ae0ce3.tar.gz
configure: update localedir
Previous patch incorrectly skipped replace of @LOCALEDIR@. The standard option is --localedir so use --with-localedir as backward compatible option and set localedir if it's not yet been set (if the could ever happen). Use double-eval to translate $datarootdir to $prefix to real dir.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 95ca299f8..806bde4f5 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -82,7 +82,7 @@ datarootdir = @datarootdir@
datadir = $(DESTDIR)@datadir@
infodir = $(DESTDIR)@infodir@
mandir = $(DESTDIR)@mandir@
-localedir = $(DESTDIR)@LOCALEDIR@
+localedir = $(DESTDIR)@localedir@
staticdir = $(DESTDIR)@STATICDIR@
udevdir = $(DESTDIR)@udevdir@
pkgconfigdir = $(usrlibdir)/pkgconfig