summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:20:29 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:20:29 +0200
commita325a523eeb861cd0872667b3882a6ec73bf484c (patch)
tree798368a8d4fd1a23fc99b062e6ca0fdc25ed0e96
parent3f4bd6a90442a30cdf47c0989f38dfefd6871092 (diff)
downloadslackbuilds-a325a523eeb861cd0872667b3882a6ec73bf484c.tar.gz
system/hddtemp: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/hddtemp/hddtemp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hddtemp/hddtemp.SlackBuild b/system/hddtemp/hddtemp.SlackBuild
index f356550b76..a4a78fdfbf 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 \