diff options
Diffstat (limited to 'source/a/patch/patch.SlackBuild')
-rwxr-xr-x | source/a/patch/patch.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/a/patch/patch.SlackBuild b/source/a/patch/patch.SlackBuild index 8ee0d50a..125317b3 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 |