summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-12-12 20:54:43 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-12 20:54:43 +0000
commitfd1fe1e50a2e87875942f4a582f3a7c8b45ad362 (patch)
treed549de9b9565dc6427ead0dd2adf522d6a0c1a58
parent9252035ed139519ed94c7581b45056cd66ff952d (diff)
downloadmultilib-fd1fe1e50a2e87875942f4a582f3a7c8b45ad362.tar.gz
multilib-fd1fe1e50a2e87875942f4a582f3a7c8b45ad362.tar.xz
compat32-tools: add the check-compat32 script to the package
-rwxr-xr-xsource/compat32-tools/compat32-tools.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/compat32-tools/compat32-tools.SlackBuild b/source/compat32-tools/compat32-tools.SlackBuild
index 4acf641..9bbd670 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:-4}
+BUILD=${BUILD:-5}
CWD=$(pwd)
TMP=${TMP:-/tmp}
@@ -67,6 +67,7 @@ install -o root -m755 $CWD/gfortranwrapper $PKG/usr/bin/32/gfortran
# packages to a format that is suitable to be installed on 64bit Slackware.
# Since these scripts should be run as root, dump them into a sbin directory:
mkdir -p $PKG/usr/sbin
+install -m755 -o root $CWD/check-compat32 $PKG/usr/sbin/check-compat32
install -m755 -o root $CWD/convertpkg-compat32 $PKG/usr/sbin/convertpkg-compat32
install -m755 -o root $CWD/massconvert32.sh $PKG/usr/sbin/massconvert32.sh