diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-11-09 23:55:10 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-11-10 14:06:13 +0100 |
| commit | a6419d3f83e63b356dadaf67ef77dd983f20147a (patch) | |
| tree | ec4f293bfc5688deae6202cedc16405e5136a9b8 /lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am | |
| parent | 4c2cba9ccb6f754aac9378e2fc2c7b546e6d589c (diff) | |
| download | enigma2-a6419d3f83e63b356dadaf67ef77dd983f20147a.tar.gz enigma2-a6419d3f83e63b356dadaf67ef77dd983f20147a.zip | |
on crash, read "maintainer.info" from directory which contained the file which crashed.
Use first line as email address, second line as "component"-string in crashlogs.
Please add a "maintainer.info"-file to your plugins so crashlogs will be redirected
to the right address.
Diffstat (limited to 'lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am b/lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am index 8173b373..2c52330f 100644 --- a/lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am +++ b/lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am @@ -4,3 +4,4 @@ install_PYTHON = \ __init__.py \ plugin.py +install_DATA = maintainer.info |
