diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 13:40:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 13:40:25 +0700 |
commit | d9b8e946506cb8c2d314b9ea5005898e593f916e (patch) | |
tree | 5078fdec8eec048b9168f917dd7a2bf36ed7945a /system/thermald/thermald.SlackBuild | |
parent | 55bceb11f7903112aa221c78cf9e6a9358c52253 (diff) |
system/thermald: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/thermald.SlackBuild')
-rw-r--r-- | system/thermald/thermald.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild index 8a2a9ceee5997..1dd97022be7bb 100644 --- a/system/thermald/thermald.SlackBuild +++ b/system/thermald/thermald.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for thermald # Copyright 2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -96,6 +97,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +mkdir -p $PKG/var/run/thermald/ + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING README.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |