diff options
author | Adrien Nader <adrien@notk.org> | 2018-09-18 21:40:15 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2018-09-18 21:40:15 +0200 |
commit | b7ca0bf649c1f24e08771e158e7ba92214802560 (patch) | |
tree | cb1d1bb97e5e7e2ac1f5de27e2a6b69cb3fe8925 /slackware64-current/source/n/lftp | |
parent | a745db812eebf63820a1421a59ec5eb5ee342aac (diff) |
Tue Sep 18 19:22:30 UTC 2018
ap/dmidecode-3.2-x86_64-1.txz: Upgraded.
ap/nano-3.1-x86_64-1.txz: Upgraded.
ap/slackpkg-2.83.0-noarch-4.txz: Rebuilt.
Merged two patches from git:
Clarify that a press of "Enter" is needed to confirm kernel change
Mention possible stale mirror if CHECKSUMS.md5 gpg verify fails
Thanks to Mario Preksavec and Robby Workman.
ap/sqlite-3.25.0-x86_64-1.txz: Upgraded.
ap/xorriso-1.5.0-x86_64-1.txz: Upgraded.
l/lmdb-0.9.22-x86_64-2.txz: Rebuilt.
Fixed the build script to clear out the build area properly - previously
it was possible for binaries of the wrong $ARCH to end up in the package.
Thanks to reddog83.
n/gnutls-3.6.3-x86_64-2.txz: Rebuilt.
Merged backported SSL/TLS fixes. Thanks to orbea.
n/samba-4.9.0-x86_64-2.txz: Rebuilt.
Recompiled in case the lmdb package was broken.
Diffstat (limited to 'slackware64-current/source/n/lftp')
-rwxr-xr-x | slackware64-current/source/n/lftp/lftp.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/slackware64-current/source/n/lftp/lftp.SlackBuild b/slackware64-current/source/n/lftp/lftp.SlackBuild index d98953be3..865e1c4b1 100755 --- a/slackware64-current/source/n/lftp/lftp.SlackBuild +++ b/slackware64-current/source/n/lftp/lftp.SlackBuild @@ -63,6 +63,9 @@ else LIBDIRSUFFIX="" fi +# Don't use icecream: +PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g") + rm -rf $PKG mkdir -p $TMP $PKG cd $TMP |