summaryrefslogtreecommitdiffstats
path: root/source/l/libidn/libidn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libidn/libidn.SlackBuild')
-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