development/srecord: Install shared library +x.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-06-27 03:05:16 -04:00 committed by Willy Sudiarto Raharjo
parent 37a52401c5
commit 8e126f5be6
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -6,6 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230627 bkw: BUILD=2
# - install shared lib with +x perm.
# Note: I know there's a 1.65 release. But it has problems. Waiting on
# 1.66 to see if it's any better.
# 20210907 bkw: BUILD=2
# - get rid of useless BUILDING.pdf
# - move PDF docs directly into the doc dir (instead of a subdir of it)
@ -20,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=srecord
VERSION=${VERSION:-1.64}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -90,6 +95,7 @@ make install DESTDIR=$PKG
rm -f $PKGLIB/*.a
strip $PKG/usr/bin/* $PKGLIB/*.so.?.?.?
chmod 755 $PKGLIB/*.so.?.?.?
rm -f $PKGLIB/*.la
gzip -9 $PKG/usr/man/man?/*