diff options
author | Sebastien BALLET <slacker6896@gmail.com> | 2017-07-15 07:20:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 07:20:29 +0700 |
commit | a325a523eeb861cd0872667b3882a6ec73bf484c (patch) | |
tree | 798368a8d4fd1a23fc99b062e6ca0fdc25ed0e96 /system | |
parent | 3f4bd6a90442a30cdf47c0989f38dfefd6871092 (diff) |
system/hddtemp: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/hddtemp/hddtemp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hddtemp/hddtemp.SlackBuild b/system/hddtemp/hddtemp.SlackBuild index f356550b7635..a4a78fdfbf24 100644 --- a/system/hddtemp/hddtemp.SlackBuild +++ b/system/hddtemp/hddtemp.SlackBuild @@ -74,7 +74,7 @@ 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/etc/hddtemp -cp -a $CWD/hddtemp.db $PKG/etc/hddtemp/hddtemp.db.new +cp $CWD/hddtemp.db $PKG/etc/hddtemp/hddtemp.db.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a ABOUT-NLS ChangeLog GPL-2 INSTALL README TODO COPYING LICENSE contribs \ |