diff options
Diffstat (limited to 'app-office/tinyerp-client/files/tinyerp-client-3.4.2-setup.patch')
-rw-r--r-- | app-office/tinyerp-client/files/tinyerp-client-3.4.2-setup.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-office/tinyerp-client/files/tinyerp-client-3.4.2-setup.patch b/app-office/tinyerp-client/files/tinyerp-client-3.4.2-setup.patch deleted file mode 100644 index ca8c99c17..000000000 --- a/app-office/tinyerp-client/files/tinyerp-client-3.4.2-setup.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- tinyerp-client-3.4.2~/setup.py 2006-10-17 20:35:15.000000000 +0200 -+++ tinyerp-client-3.4.2/setup.py 2006-10-18 23:21:44.000000000 +0200 -@@ -44,9 +44,9 @@ - (opj('share','doc', 'tinyerp-client-%s' % version), - [f for f in glob.glob('doc/*') if os.path.isfile(f)]), - (opj('share', 'pixmaps', 'tinyerp-client'), -- glob.glob('pixmaps/*.png') + glob.glob('bin/*.png')), -+ glob.glob('pixmaps/*.png')), - (opj('share', 'tinyerp-client'), -- ['bin/terp.glade', 'bin/tipoftheday.txt'])] -+ ['bin/terp.glade', 'bin/tipoftheday.txt'] + glob.glob('bin/*.png'))] - return files - - included_plugins = ['workflow_print'] -@@ -81,7 +81,7 @@ - Programming Language :: Python - """ - --check_modules() -+#check_modules() - - # create startup script - start_script = \ |