summaryrefslogtreecommitdiff
path: root/editors/py-room/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'editors/py-room/files/patch-setup.py')
-rw-r--r--editors/py-room/files/patch-setup.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/py-room/files/patch-setup.py b/editors/py-room/files/patch-setup.py
deleted file mode 100644
index c0b23047f440..000000000000
--- a/editors/py-room/files/patch-setup.py
+++ /dev/null
@@ -1,15 +0,0 @@
---- setup.py 2009-11-13 03:32:53.000000000 +0100
-+++ setup.py 2009-11-13 03:35:25.000000000 +0100
-@@ -52,9 +52,9 @@
- packages = ['PyRoom',],
- package_data = {'PyRoom':['interface.glade']},
- data_files = [
-- ('/usr/share/pyroom/themes', glob.glob('themes/*.theme')),
-- ('/usr/share/pyroom', ['pyroom.png']),
-- ('/usr/share/applications', ['pyroom.desktop'])
-+ ('%%PREFIX%%/share/pyroom/themes', glob.glob('themes/*.theme')),
-+ ('%%PREFIX%%/share/pyroom', ['pyroom.png']),
-+ ('%%PREFIX%%/share/applications', ['pyroom.desktop'])
- ],
- scripts=['pyroom',],
- cmdclass={'install_data': InstallData},