summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-06-18 21:01:15 +0000
committerDaniel Goller <morfic@gentoo.org>2005-06-18 21:01:15 +0000
commit37725d6d5a6b86d2e07875121d08e7ab138e666e (patch)
tree611dca510a28a4f0369919fba710106048b1cd68 /sys-devel/distcc/files
parentKeywording ~sparc (diff)
downloadgentoo-2-37725d6d5a6b86d2e07875121d08e7ab138e666e.tar.gz
gentoo-2-37725d6d5a6b86d2e07875121d08e7ab138e666e.tar.bz2
gentoo-2-37725d6d5a6b86d2e07875121d08e7ab138e666e.zip
added one more script to array
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'sys-devel/distcc/files')
-rw-r--r--sys-devel/distcc/files/2.18/distcc-config.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/files/2.18/distcc-config.patch b/sys-devel/distcc/files/2.18/distcc-config.patch
index 4aa2f6a28aa3..d06a7844c533 100644
--- a/sys-devel/distcc/files/2.18/distcc-config.patch
+++ b/sys-devel/distcc/files/2.18/distcc-config.patch
@@ -8,7 +8,7 @@
+ os.chmod(path+file,0755)
+
+def installoverrides(chost):
-+ for file in ['gcc', 'c++', 'g++']:
++ for file in ['gcc', 'cc', 'c++', 'g++']:
+ path = '/usr/lib/distcc/bin/'
+ if os.path.exists('/usr/bin/'+chost+'-'+file):
+ if os.path.exists(path+file):