diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-30 18:56:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-01 08:59:52 +0200 |
commit | dba2771e932227541afc45ae9b231c132c349508 (patch) | |
tree | 8d63faf3f89dd5a359770b8ee074a3f8e49fe196 /source/x/libwacom/libwacom.SlackBuild | |
parent | 7d1f5038f6e38533da9487a62e683a9222fe7208 (diff) | |
download | current-dba2771e932227541afc45ae9b231c132c349508.tar.gz |
Tue Jun 30 18:56:59 UTC 202020200630185659
a/kernel-firmware-20200629_1a0c0c2-noarch-1.txz: Upgraded.
ap/mariadb-10.5.4-x86_64-2.txz: Rebuilt.
rc.mysqld: stop the database by PID to avoid improperly stopping other
instances that were not started by this script. Thanks to denydias.
d/vala-0.48.7-x86_64-1.txz: Upgraded.
l/opusfile-0.12-x86_64-1.txz: Upgraded.
n/ca-certificates-20200630-noarch-1.txz: Upgraded.
This update provides the latest CA certificates to check for the
authenticity of SSL connections.
x/libwacom-1.4.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x/libwacom/libwacom.SlackBuild')
-rwxr-xr-x | source/x/libwacom/libwacom.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/x/libwacom/libwacom.SlackBuild b/source/x/libwacom/libwacom.SlackBuild index e4e18737..207b2374 100755 --- a/source/x/libwacom/libwacom.SlackBuild +++ b/source/x/libwacom/libwacom.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwacom VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -79,8 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -zcat $CWD/libwacom.joystick_property_matching.patch.gz | patch -p1 --verbose || exit 1 - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |