From c213e40b374916b787f8058bd0497dbe2a69b655 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 17 Jan 2018 09:49:30 +0700 Subject: [PATCH] Update SlackBuild script to accomodate blacklist. Signed-off-by: Willy Sudiarto Raharjo --- tools/doinst.sh | 1 + tools/sbopkg.SlackBuild | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/doinst.sh b/tools/doinst.sh index bf503ad..2ccd21d 100644 --- a/tools/doinst.sh +++ b/tools/doinst.sh @@ -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 diff --git a/tools/sbopkg.SlackBuild b/tools/sbopkg.SlackBuild index 6117e28..30d376f 100644 --- a/tools/sbopkg.SlackBuild +++ b/tools/sbopkg.SlackBuild @@ -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