diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 22:16:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 22:16:00 +0700 |
commit | 9e69a24277810219d25485f2c63cfe1f45786c88 (patch) | |
tree | 35f25fd51a69bb76800fd1b1ac702a382b6bd310 /system/thermald/thermald.SlackBuild | |
parent | aadd4569d77d9a29dee6ced4ecb8a0b74af544c7 (diff) |
system/thermald: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/thermald.SlackBuild')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index 5be10b7d5fcff..bbee9887229f6 100644 --- a/system/thermald/thermald.SlackBuild +++ b/system/thermald/thermald.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for thermald # Copyright 2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> -# Copyright 2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PRGNAM=thermald SRCNAM=thermal_daemon VERSION=${VERSION:-1.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,6 +71,8 @@ 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 {} \; +patch -p1 < $CWD/thd.patch + ./autogen.sh ./configure \ --prefix=/usr \ |