diff options
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 |
commit | a9b559dd105216e16397158daf3ea0f4a33e5da7 (patch) | |
tree | a932abe8e98f67ec818f5a4710bdc203efe89a9f /source/ap/sc | |
parent | df9b2cc1642e4d976aa5f9dbcd3e953d8717a265 (diff) | |
download | current-a9b559dd105216e16397158daf3ea0f4a33e5da7.tar.gz |
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-x | source/ap/sc/sc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ap/sc/sc.SlackBuild b/source/ap/sc/sc.SlackBuild index 39fa435c..bf981f01 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 |