mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 11:40:26 +03: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
@ -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 New Issue
Block a user