diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-12 09:06:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 17:49:57 +0700 |
commit | 006c1f6ca4c898e2cc390d11083d708aef16c3da (patch) | |
tree | 7b0ef4b3deec2e418e4a1fe6c3a3f81ee7670632 /system/slpkg/doinst.sh | |
parent | 2c13efb08a14d7e126a4ab717434857e99725add (diff) | |
download | slackbuilds-006c1f6ca4c898e2cc390d11083d708aef16c3da.tar.gz |
system/slpkg: Updated for version 2.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 165cdcbcec..65a370ff5c 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,7 @@ config() { fi } -CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" +CONFIGS="blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do config etc/slpkg/${file}.new done |