X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Makefile.am;h=19b44e47196709fc97c35af40ba56a1f5f035294;hp=0ba310fa6910f77925a029afdd9e15e2a37ce5c3;hb=493b7f189680b24565dbcd5b0233577c14930cdf;hpb=da51720a303421feb6e38aa4142cc53d72b795a3 diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 0ba310f..19b44e4 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = include lib main data po tools +ACLOCAL_AMFLAGS = -I m4 + installdir = $(pkglibdir)/python install_PYTHON = \ @@ -7,12 +9,8 @@ install_PYTHON = \ keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ e2reactor.py -LANGS := $(shell cat $(srcdir)/po/LINGUAS) - install-exec-hook: - for lang in $(LANGS); do \ - $(PYTHON) $(srcdir)/tools/genmetaindex.py $$lang $(DESTDIR)$(pkgdatadir)/meta/enigma2/plugin_*.xml > $(DESTDIR)$(pkgdatadir)/meta/enigma2/index_$$lang.xml; \ - done + $(PYTHON) $(srcdir)/tools/genmetaindex.py $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/index-enigma2.xml uninstall-hook: - $(RM) $(DESTDIR)$(pkgdatadir)/meta/enigma2/index_*.xml + $(RM) $(DESTDIR)$(datadir)/meta/index-enigma2.xml