summaryrefslogtreecommitdiffstats
path: root/source/a/patch/patch.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/patch/patch.SlackBuild')
-rwxr-xr-xsource/a/patch/patch.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/a/patch/patch.SlackBuild b/source/a/patch/patch.SlackBuild
index 8ee0d50a0..125317b3f 100755
--- a/source/a/patch/patch.SlackBuild
+++ b/source/a/patch/patch.SlackBuild
@@ -60,6 +60,9 @@ else
SLKCFLAGS="-O2"
fi
+# Don't use icecream:
+PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g")
+
cd $TMP
rm -rf patch-${VERSION}
tar xvf $CWD/patch-${VERSION}.tar.?z || exit 1