aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@saftware.de>2009-08-15 16:59:30 +0200
committerAndreas Oberritter <obi@saftware.de>2009-08-15 16:59:30 +0200
commit93119b6552ecbfebf92d96a6aef2049b0fb1f600 (patch)
treeb145a34fa5101a69174f46ea9152e4fab2369082 /po
parentb774bd614bde6c4fd5c55a882ac70c009c7c76ff (diff)
downloadenigma2-93119b6552ecbfebf92d96a6aef2049b0fb1f600.tar.gz
enigma2-93119b6552ecbfebf92d96a6aef2049b0fb1f600.zip
update all Makefile.am files
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
Diffstat (limited to 'po')
-rwxr-xr-xpo/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.am b/po/Makefile.am
index 2e9b9c92..6f0010e3 100755
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -52,6 +52,6 @@ clean-local:
install-data-am: default
for lang in $(LANGS); do \
- mkdir -p $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES; \
- cp $$lang.mo $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
+ mkdir -p $(DESTDIR)$(pkgdatadir)/po/$$lang/LC_MESSAGES; \
+ cp $$lang.mo $(DESTDIR)$(pkgdatadir)/po/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
done