diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-21 06:53:44 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:07 +0700 |
commit | 0770dd337dfbada7c48aca46b1a725e0a9dd879b (patch) | |
tree | 32289f0bf24b31d4d6ba7a72618677b1d3ae18a3 /system/slpkg/doinst.sh | |
parent | 543affb8428c5761a8b7ae687f9c5a2eb6b3be47 (diff) |
system/slpkg: Updated for version 3.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 7f609d17c059..103509b3b525 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -9,7 +9,7 @@ config() { } CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \ - default-repositories custom-repositories" + default-repositories custom-repositories rlworkman.deps" for file in $CONFIGS; do config etc/slpkg/${file}.new done |