diff options
Diffstat (limited to 'slackpkg.SlackBuild')
-rwxr-xr-x | slackpkg.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index eae23f8..f4f7553 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -55,7 +55,8 @@ chown root:root $PKG/usr/sbin/slackpkg # Prepare /etc directory: mkdir -pv $PKG/etc/slackpkg -cp -av blacklist.new slackpkg.conf.new $PKG/etc/slackpkg +cp -av blacklist.new slackpkg.conf.new post-functions.conf-sample \ + $PKG/etc/slackpkg chmod 644 $PKG/etc/slackpkg/* chown root:root $PKG/etc/slackpkg/* mkdir -pv $PKG/etc/slackpkg/templates |