X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/911e54496f061ca9cd22bef12a889b70b5bb03a9..ba4499aef953ae803c76171d4f966c06732dab2a:/Makefile.am diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 38e8ab2d..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 := $(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)$(datadir)/meta/index-enigma2.xml