mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/hddtemp: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f4bd6a904
commit
a325a523ee
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue