summaryrefslogtreecommitdiffstats
path: root/system/thermald/thermald.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-04-16 08:40:25 +0200
committer Willy Sudiarto Raharjo2017-04-16 08:40:25 +0200
commitd9b8e946506cb8c2d314b9ea5005898e593f916e (patch)
tree5078fdec8eec048b9168f917dd7a2bf36ed7945a /system/thermald/thermald.SlackBuild
parent55bceb11f7903112aa221c78cf9e6a9358c52253 (diff)
downloadslackbuilds-d9b8e946506cb8c2d314b9ea5005898e593f916e.tar.gz
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.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/thermald/thermald.SlackBuild b/system/thermald/thermald.SlackBuild
index 8a2a9ceee5..1dd97022be 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