diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-09-11 08:45:16 +0200 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-09-11 08:45:16 +0200 |
| commit | 08893185c0d44f0adeb4d3c9665bb555a4d78fed (patch) | |
| tree | 5ff3600bc498282e7da218eb3c4d7bcf849d7100 /lib/python/Plugins/SystemPlugins/Makefile.am | |
| parent | a8cf5dece7609bebd3ee9d971e7edb0699c5c65a (diff) | |
| download | enigma2-08893185c0d44f0adeb4d3c9665bb555a4d78fed.tar.gz enigma2-08893185c0d44f0adeb4d3c9665bb555a4d78fed.zip | |
Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmans
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index 33845f17..6b78df02 100755 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1,4 +1,9 @@ +installdir = $(pkglibdir)/python/Plugins/SystemPlugins + SUBDIRS = SoftwareManager FrontprocessorUpgrade PositionerSetup Satfinder \ SkinSelector SatelliteEquipmentControl Videomode VideoTune Hotplug \ DefaultServicesScanner NFIFlash DiseqcTester CommonInterfaceAssignment \ CrashlogAutoSubmit CleanupWizard + +install_PYTHON = \ + __init__.py |
