X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Makefile.am;h=bc1770b734cfbfea494396ae30e4d27e5bd4099c;hp=5e37ca412df03f6ff70fb9164fdce7087fee8080;hb=453fc1c6f82fa3b6ae983059eb55ad822860a5eb;hpb=3f7725e9ffccaa9cdb0671d618aa3449cf17a047 diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 5e37ca4..bc1770b --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,8 @@ install_PYTHON = \ keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ e2reactor.py -LANGS := ar ca cs da de el en es fi fr fy hr hu is it lt lv nl no pl pt ru sv sk sl sr tr uk - 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)$(datadir)/meta/index-enigma2.xml