summaryrefslogtreecommitdiffstats
path: root/source/ap/sc
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-04-05 01:33:45 +0000
committer Eric Hameleers <alien@slackware.com>2020-04-05 08:59:51 +0200
commita9b559dd105216e16397158daf3ea0f4a33e5da7 (patch)
treea932abe8e98f67ec818f5a4710bdc203efe89a9f /source/ap/sc
parentdf9b2cc1642e4d976aa5f9dbcd3e953d8717a265 (diff)
downloadcurrent-a9b559dd105216e16397158daf3ea0f4a33e5da7.tar.gz
current-a9b559dd105216e16397158daf3ea0f4a33e5da7.tar.xz
Sun Apr 5 01:33:45 UTC 202020200405013345
kde/calligra-2.9.11-x86_64-34.txz: Rebuilt. Recompiled against glew-2.2.0. The libGLEW.so.2.2 .soname (rather than libGLEW.so.2) gets me every time. Thanks to marrowsuck for the bug report. l/libdvdread-6.1.1-x86_64-1.txz: Upgraded. x/mesa-20.0.4-x86_64-2.txz: Rebuilt. Recompiled against glew-2.2.0.
Diffstat (limited to 'source/ap/sc')
-rwxr-xr-xsource/ap/sc/sc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ap/sc/sc.SlackBuild b/source/ap/sc/sc.SlackBuild
index 39fa435c6..bf981f015 100755
--- a/source/ap/sc/sc.SlackBuild
+++ b/source/ap/sc/sc.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-7}
+BUILD=${BUILD:-8}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -96,6 +96,7 @@ mkdir -p $PKG/usr/bin
cat sc > $PKG/usr/bin/sc
cat scqref > $PKG/usr/bin/scqref
cat psc > $PKG/usr/bin/psc
+chmod 755 $PKG/usr/bin/*
mkdir -p $PKG/usr/man/man1
name=sc NAME=SC LIBDIR=/usr/lib${LIBDIRSUFFIX}/sc sh torev sc.doc > sc.1
name=sc NAME=SC LIBDIR=/usr/lib${LIBDIRSUFFIX}/sc sh torev psc.doc > psc.1