Description: radiotray by default, installs its files in a particular directory
This patch install the share docs, with the Debian's way and avoid
troubles with the structure file.
Author: Elías Alejandro Año Mendoza <ealmdz@gmail.com>
Forwarded: no
Last-Update: 2010-11-12
--- radiotray-0.6.1.orig/setup.py 2010-11-19 18:16:02.000000000 -0500
+++ radiotray-0.6.1/setup.py 2010-11-19 18:17:08.000000000 -0500
@@ -86,8 +86,8 @@
scripts=['radiotray'],
data_files = [
('share/applications', glob.glob('data/*.desktop')),
- ('share/doc/radiotray-%s' % APPVERSION,
- ['AUTHORS', 'CONTRIBUTORS', 'COPYING', 'NEWS', 'README']),
+# ('share/doc/radiotray-%s' % APPVERSION,
+# ['AUTHORS', 'CONTRIBUTORS', 'COPYING', 'NEWS', 'README']),
('share/radiotray/images', glob.glob('data/images/*.png')),
('share/radiotray/images', glob.glob('data/images/*.gif')),
('share/pixmaps', glob.glob('data/images/radiotray.png')),