X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3f7725e9ffccaa9cdb0671d618aa3449cf17a047..ba4499aef953ae803c76171d4f966c06732dab2a:/Makefile.am diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 5e37ca41..bc1770b7 --- 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