summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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