diff options
Diffstat (limited to 'deskutils/treeline/files/patch-install.py')
-rw-r--r-- | deskutils/treeline/files/patch-install.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/treeline/files/patch-install.py b/deskutils/treeline/files/patch-install.py new file mode 100644 index 000000000000..1777c0e853eb --- /dev/null +++ b/deskutils/treeline/files/patch-install.py @@ -0,0 +1,13 @@ +--- install.py.orig Wed Jul 7 19:59:06 2004 ++++ install.py Wed Jul 7 19:59:19 2004 +@@ -247,10 +247,6 @@ + 'dataFilePath = None', \ + 'dataFilePath = \'%s\' # modified by install script\n' \ + % dataDir) +- if os.path.isdir('icons'): +- iconDir = os.path.join(prefixDir, 'share', 'icons') +- print ' Copying icon files to %s' % iconDir +- copyDir('icons', iconDir) + if siteCustomReqd: + createSiteCustomize() + createWrapper(pyDir, progName) |