X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d58ca4cf34b7621aea4e2c1ff07bed6b2cd6b763..c430cd50ce7bc9e0a91bccb558e54dafc8d5ef75:/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am index f94498f5..2d5e3381 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am @@ -1,12 +1,22 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SoftwareManager +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager + +SUBDIRS = meta install_PYTHON = \ __init__.py \ plugin.py \ BackupRestore.py \ ImageWizard.py \ - imagewizard.xml \ - *.png + SoftwareTools.py -install_DATA = LICENSE - +dist_install_DATA = \ + imagewizard.xml \ + installable.png \ + installed.png \ + install.png \ + LICENSE \ + noprev.png \ + remove.png \ + update.png \ + upgradeable.png \ + upgrade.png