From fd1fe1e50a2e87875942f4a582f3a7c8b45ad362 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 12 Dec 2019 20:54:43 +0000 Subject: compat32-tools: add the check-compat32 script to the package --- source/compat32-tools/compat32-tools.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/compat32-tools') 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 -- cgit v1.2.3-65-gdbad