diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-11-30 04:21:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-11-30 08:59:44 +0100 |
commit | 6aa2cc8350712ea9d90cb4905aae2b1dd3a68038 (patch) | |
tree | 57fb587a08b1892a7bb3e72c5b1a644b4893d10f /source/n | |
parent | 7284497dcf1ed750a9703553209d899a8c111149 (diff) | |
download | current-6aa2cc8350712ea9d90cb4905aae2b1dd3a68038.tar.gz current-6aa2cc8350712ea9d90cb4905aae2b1dd3a68038.tar.xz |
Fri Nov 30 04:21:06 UTC 201820181130042106
n/mutt-1.11.0-x86_64-2.txz: Rebuilt.
Put info file in /usr/info and compress it.
Don't include /usr/info/dir.
Thanks to Edward Trumbo.
After upgrading this package, you'll need to reinstall the texinfo package
to restore the missing /usr/info/dir file.
n/wget-1.20-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rw-r--r-- | source/n/lynx/slack-desc | 2 | ||||
-rwxr-xr-x | source/n/mutt/mutt.SlackBuild | 11 | ||||
-rw-r--r-- | source/n/nettle/slack-desc | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/source/n/lynx/slack-desc b/source/n/lynx/slack-desc index 7005f7ba4..205f6f545 100644 --- a/source/n/lynx/slack-desc +++ b/source/n/lynx/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -lynx: Lynx (text mode browser) +lynx: lynx (text mode browser) lynx: lynx: Lynx is a distributed hypertext browser with full World Wide Web lynx: capabilities. Lynx can be used to access information on the World diff --git a/source/n/mutt/mutt.SlackBuild b/source/n/mutt/mutt.SlackBuild index 01293eb8c..e46238918 100755 --- a/source/n/mutt/mutt.SlackBuild +++ b/source/n/mutt/mutt.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mutt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -74,6 +74,7 @@ CFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/mutt-$VERSION \ --with-docdir=/usr/doc/mutt-$VERSION \ --sysconfdir=/etc/mutt \ + --infodir=/usr/info \ --with-mailpath=/var/spool/mail \ --enable-pop \ --enable-imap \ @@ -110,6 +111,14 @@ if [ -d $PKG/usr/man ]; then ) fi +# Compress info files, if any: +if [ -d $PKG/usr/info ]; then + ( cd $PKG/usr/info + rm -f dir + gzip -9 * + ) +fi + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh diff --git a/source/n/nettle/slack-desc b/source/n/nettle/slack-desc index e6e418b59..e2776ef78 100644 --- a/source/n/nettle/slack-desc +++ b/source/n/nettle/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -nettle: Nettle (small cryptographic library) +nettle: nettle (small cryptographic library) nettle: nettle: Nettle is a cryptographic library that is designed to fit easily in nettle: more or less any context: In crypto toolkits for object-oriented |