system/hddtemp: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 07:20:29 +07:00 committed by Willy Sudiarto Raharjo
parent 3f4bd6a904
commit a325a523ee

View file

@ -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 \