summaryrefslogtreecommitdiffstats
path: root/source/a/plzip/plzip.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-01-29 06:17:05 +0000
committer Eric Hameleers <alien@slackware.com>2022-01-29 17:59:50 +0100
commit730d3ea742358a7ffbb6ad5e024c33dc7a77a11c (patch)
treef23af3763d69c38c600589a7113975cc5e208b00 /source/a/plzip/plzip.SlackBuild
parent131d525a4725408e03739c47eab762874f77fd55 (diff)
downloadcurrent-730d3ea742358a7ffbb6ad5e024c33dc7a77a11c.tar.gz
current-730d3ea742358a7ffbb6ad5e024c33dc7a77a11c.tar.xz
Sat Jan 29 06:17:05 UTC 202220220129061705
a/rpm2tgz-1.2.2-x86_64-5.txz: Rebuilt. rpm2targz: when extracting the cpio archive from inside the RPM, use --no-absolute-filenames to protect against a poorly made RPM scribbling all over system files/directories. Thanks to Sl4ck3ver. Support -i option to ignore non-zero exit value from rpm2cpio. This allows repackaging some malformed RPMs. Thanks to ricky_cardo for the sample malformed RPM.
Diffstat (limited to 'source/a/plzip/plzip.SlackBuild')
-rwxr-xr-xsource/a/plzip/plzip.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/plzip/plzip.SlackBuild b/source/a/plzip/plzip.SlackBuild
index aefb12048..035d8d1de 100755
--- a/source/a/plzip/plzip.SlackBuild
+++ b/source/a/plzip/plzip.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=plzip
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.lz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then