mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/incron: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5258f4fa2b
commit
299bc3e731
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ make install DESTDIR=$PKG PREFIX=/usr MANPATH=/usr/man
|
|||
|
||||
# Install init script:
|
||||
mkdir -p $PKG/etc/rc.d
|
||||
cp -a $CWD/rc.incrond $PKG/etc/rc.d/rc.incrond.new
|
||||
cp $CWD/rc.incrond $PKG/etc/rc.d/rc.incrond.new
|
||||
chmod 644 $PKG/etc/rc.d/rc.incrond.new
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue