summaryrefslogtreecommitdiffstats
path: root/source/ap/texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/texinfo')
-rwxr-xr-xsource/ap/texinfo/texinfo.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild
index dc29cd493..8cfa29cdb 100755
--- a/source/ap/texinfo/texinfo.SlackBuild
+++ b/source/ap/texinfo/texinfo.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=texinfo
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | 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
@@ -100,7 +100,8 @@ CFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1
-make update-po || exit 1
+# Don't run this - it falls over with perl-5.38.0:
+#make update-po || exit 1
make install DESTDIR=$PKG || exit 1
gzip -9 $PKG/usr/info/*info*