diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-08-15 16:59:30 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-08-15 16:59:30 +0200 |
| commit | 93119b6552ecbfebf92d96a6aef2049b0fb1f600 (patch) | |
| tree | b145a34fa5101a69174f46ea9152e4fab2369082 /lib/python/Plugins/Extensions/DVDPlayer | |
| parent | b774bd614bde6c4fd5c55a882ac70c009c7c76ff (diff) | |
| download | enigma2-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/Plugins/Extensions/DVDPlayer')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/Makefile.am | 2 | ||||
| -rwxr-xr-x | lib/python/Plugins/Extensions/DVDPlayer/meta/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am index 45c410fa..1f82437e 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am @@ -1,7 +1,7 @@ if HAVE_DDVDLIB SUBDIRS = src -installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer +installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer install_PYTHON = \ src/servicedvd.so \ diff --git a/lib/python/Plugins/Extensions/DVDPlayer/meta/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/meta/Makefile.am index 6d2e2ec0..a9a88159 100755 --- a/lib/python/Plugins/Extensions/DVDPlayer/meta/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/meta/Makefile.am @@ -1,3 +1,3 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/meta/ +installdir = $(pkglibdir)/python/Plugins/meta/ install_DATA = plugin_dvdplayer.xml *.jpg |
