diff options
Diffstat (limited to 'source/n/wget/wget.SlackBuild')
-rwxr-xr-x | source/n/wget/wget.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/n/wget/wget.SlackBuild b/source/n/wget/wget.SlackBuild index 0d15aab3..39b81419 100755 --- a/source/n/wget/wget.SlackBuild +++ b/source/n/wget/wget.SlackBuild @@ -58,6 +58,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") + TMP=${TMP:-/tmp} PKG=$TMP/package-wget |