diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-25 00:35:00 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-26 14:04:53 +0700 |
commit | a1d2ca5e30d105308cdb576bc461129632a6e346 (patch) | |
tree | 0b72804b2f350e4229da5666137f1af610127af0 /system/slpkg/doinst.sh | |
parent | d96da43411277b70ccdd8c8461aff84d0970776e (diff) |
system/slpkg: Updated for version 2.2.9.
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 65a370ff5ca88..165cdcbcecefb 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,7 @@ config() { fi } -CONFIGS="blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do config etc/slpkg/${file}.new done |