summaryrefslogtreecommitdiffstats
path: root/source/l/libidn
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-01-07 20:32:32 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-08 08:59:50 +0100
commit8e7ee22b7015000257e124a62a47b9fa28d4f29a (patch)
tree277c16b5ebcf76f1e3d8557fb5109fd1021d6157 /source/l/libidn
parent82beba8248369176d3035e7db88ee207b76b5cda (diff)
downloadcurrent-8e7ee22b7015000257e124a62a47b9fa28d4f29a.tar.gz
current-8e7ee22b7015000257e124a62a47b9fa28d4f29a.tar.xz
Tue Jan 7 20:32:32 UTC 202020200107203232
a/kernel-firmware-20200107_67d4ff5-noarch-1.txz: Upgraded. ap/zsh-5.7.1-x86_64-2.txz: Rebuilt. Only copy .info files to /usr/info. Thanks to Xsane. d/mercurial-5.2.2-x86_64-1.txz: Upgraded. l/dconf-editor-3.34.3-x86_64-1.txz: Upgraded. l/libidn-1.35-x86_64-2.txz: Rebuilt. Don't compress non-info files in /usr/info. Thanks to Xsane. l/libwebp-1.1.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libidn')
-rwxr-xr-xsource/l/libidn/libidn.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/libidn/libidn.SlackBuild b/source/l/libidn/libidn.SlackBuild
index 117770ed8..0bda7f2f4 100755
--- a/source/l/libidn/libidn.SlackBuild
+++ b/source/l/libidn/libidn.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libidn
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
@@ -113,7 +113,7 @@ fi
if [ -d $PKG/usr/info ]; then
( cd $PKG/usr/info
rm -f dir
- gzip -9 *
+ gzip -9 *.info*
)
fi