diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-08-15 17:38:43 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-08-15 17:38:43 +0200 |
| commit | f9d2225be8ff0f3e01792f6b5550d9e051e077b4 (patch) | |
| tree | 0b92dc038f1e5c8adb7902941598a36bffb1b6ce /lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am | |
| parent | 93119b6552ecbfebf92d96a6aef2049b0fb1f600 (diff) | |
| download | enigma2-f9d2225be8ff0f3e01792f6b5550d9e051e077b4.tar.gz enigma2-f9d2225be8ff0f3e01792f6b5550d9e051e077b4.zip | |
Makefile.am: use dist_*_DATA to include data files in tarballs
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am index a15a6334..8524904c 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am @@ -1,3 +1,3 @@ installdir = $(pkglibdir)/python/Plugins/meta/ -install_DATA = plugin_softwaremanager.xml *.jpg +dist_install_DATA = plugin_softwaremanager.xml *.jpg |
