aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
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 /lib/python/Tools
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 'lib/python/Tools')
-rw-r--r--lib/python/Tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/Makefile.am b/lib/python/Tools/Makefile.am
index e7904d66..aeeb954c 100644
--- a/lib/python/Tools/Makefile.am
+++ b/lib/python/Tools/Makefile.am
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Tools
+installdir = $(pkglibdir)/python/Tools
install_PYTHON = \
FuzzyDate.py XMLTools.py Directories.py NumericalTextInput.py \