summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-07 14:10:45 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-07 14:10:45 +0000
commit4350c8d2a070eace4e9b9faa424e0df908c6a293 (patch)
tree85c228ef5bdb37593374465e24664de6f9bee8a5
parent5920f6ffa80d4b12478d1a14989a1f386106921c (diff)
downloadmultilib-4350c8d2a070eace4e9b9faa424e0df908c6a293.tar.gz
multilib-4350c8d2a070eace4e9b9faa424e0df908c6a293.tar.xz
compat32-tools: in convertpkg-compat32, remove the doinst.sh of the openldap package completely
-rwxr-xr-xsource/compat32-tools/compat32-tools.SlackBuild2
-rwxr-xr-xsource/compat32-tools/convertpkg-compat322
2 files changed, 2 insertions, 2 deletions
diff --git a/source/compat32-tools/compat32-tools.SlackBuild b/source/compat32-tools/compat32-tools.SlackBuild
index 6dbee1c..0c47809 100755
--- a/source/compat32-tools/compat32-tools.SlackBuild
+++ b/source/compat32-tools/compat32-tools.SlackBuild
@@ -26,7 +26,7 @@ PRGNAM=compat32-tools
VERSION=3.9
ARCH=noarch
TAG=${TAG:-alien}
-BUILD=${BUILD:-16}
+BUILD=${BUILD:-17}
CWD=$(pwd)
TMP=${TMP:-/tmp}
diff --git a/source/compat32-tools/convertpkg-compat32 b/source/compat32-tools/convertpkg-compat32
index 2b2208a..b4d149d 100755
--- a/source/compat32-tools/convertpkg-compat32
+++ b/source/compat32-tools/convertpkg-compat32
@@ -251,7 +251,7 @@ elif [ "$PKGNAM" = "udev" -o "$PKGNAM" = "eudev" ]; then
> install/doinst.sh.2
cat install/doinst.sh.2 > install/doinst.sh
rm -f install/doinst.sh.2
-elif [ "$PKGNAM" = "polkit" ]; then
+elif [ "$PKGNAM" = "openldap" -o "$PKGNAM" = "polkit" ]; then
# Remove the doinst.sh completely:
rm -f install/doinst.sh
elif [ -f install/doinst.sh ]; then