fix servicedvd.so install (now the directory is created before copy lib
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 15 Apr 2008 16:40:04 +0000 (16:40 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 15 Apr 2008 16:40:04 +0000 (16:40 +0000)
lib/python/Plugins/Extensions/DVDPlayer/Makefile.am
lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am

index b7127c7a9bb493ce5eb08ca5c4884a10b21bcde9..45c410faae3453dd71c69f65cc4078b52b24bfc5 100644 (file)
@@ -4,6 +4,7 @@ SUBDIRS = src
 installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer
 
 install_PYTHON = \
+       src/servicedvd.so \
        __init__.py \
        plugin.py \
        keymap.xml \
index bb02291c336f3c96befd265a6690375fab4a9abb..9aeb477a1a84231685a3dd01613d60375906ba34 100644 (file)
@@ -6,6 +6,3 @@ servicedvd.so:
 all: servicedvd.so
 
 CLEANFILES = servicedvd.so
-
-install: all
-       $(INSTALL) servicedvd.so $(DESTDIR)/$(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer