mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/wsdd2: Fix ownership on init script
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2c8152bc8
commit
4bdbca09f6
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
#copy over the rc file
|
||||
mkdir -p $PKG/etc/rc.d
|
||||
cp -a $CWD/rc.${PRGNAM} $PKG/etc/rc.d/rc.${PRGNAM}.new
|
||||
chown root:root $PKG/etc/rc.d/rc.${PRGNAM}.new
|
||||
# now for docs
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in a new issue