diff --git a/slackbuild/slpkg.SlackBuild b/slackbuild/slpkg.SlackBuild index 2cd3a9fb..57bc21fd 100755 --- a/slackbuild/slpkg.SlackBuild +++ b/slackbuild/slpkg.SlackBuild @@ -98,8 +98,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # install configuration files mkdir -p $PKG/etc/slpkg -install -D -m0644 config/slpkg.json $PKG/etc/slpkg/slpkg.json.new -install -D -m0644 config/blacklist.json $PKG/etc/slpkg/blacklist.json.new +install -D -m0644 configs/slpkg.json $PKG/etc/slpkg/slpkg.json.new +install -D -m0644 configs/blacklist.json $PKG/etc/slpkg/blacklist.json.new mkdir -p $PKG/usr/man/man1 cp man/slpkg.1 $PKG/usr/man/man1