projects
/
platform
/
upstream
/
openconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bed2c6
)
Use $(localedir) for installing translations
author
David Woodhouse
<David.Woodhouse@intel.com>
Thu, 24 Nov 2011 17:39:20 +0000
(17:39 +0000)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Thu, 24 Nov 2011 18:10:13 +0000
(18:10 +0000)
The $(localedir) variable is provided for us by autoconf; no need to make
it up for ourselves.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
po/Makefile.am
patch
|
blob
|
history
diff --git
a/po/Makefile.am
b/po/Makefile.am
index
fe47a57
..
501d878
100644
(file)
--- a/
po/Makefile.am
+++ b/
po/Makefile.am
@@
-16,7
+16,7
@@
clean-local:
install-data-hook: all
linguas="$(LINGUAS)"; \
for l in $$linguas; do \
- dir="$(DESTDIR)$(
datadir)/locale
/$$l/LC_MESSAGES"; \
+ dir="$(DESTDIR)$(
localedir)
/$$l/LC_MESSAGES"; \
$(mkdir_p) $$dir; \
echo Installing $$l.mo to $$dir/$(PACKAGE).mo ; \
$(INSTALL_DATA) $$l.mo $$dir/$(PACKAGE).mo; \