mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-25 09:58:09 +01:00
Update SlackBuild script to accomodate blacklist.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
40979606a8
commit
c213e40b37
2 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,4 @@ config() {
|
|||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
config etc/sbopkg/sbopkg.conf.new
|
||||
config etc/sbopkg/blacklist.new
|
||||
|
|
|
@ -38,6 +38,7 @@ find -L . \
|
|||
mkdir -p $PKG/etc/sbopkg
|
||||
cp -a etc/sbopkg/* $PKG/etc/sbopkg
|
||||
mv $PKG/etc/sbopkg/sbopkg.conf $PKG/etc/sbopkg/sbopkg.conf.new
|
||||
mv $PKG/etc/sbopkg/blacklist $PKG/etc/sbopkg/blacklist.new
|
||||
|
||||
mkdir -p $PKG/usr/sbin
|
||||
cp usr/sbin/* $PKG/usr/sbin
|
||||
|
|
Loading…
Reference in a new issue