diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-15 04:24:58 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:36 +0700 |
commit | f9e44be5087898b89bcf3c9202cae382b08f26c7 (patch) | |
tree | 1f3bb61a93c7a4cf67b6dac2f6df92a110959f80 /system/slpkg/doinst.sh | |
parent | f3b90556c6d4b4c6833d2c2083fae87aec75491e (diff) | |
download | slackbuilds-f9e44be5087898b89bcf3c9202cae382b08f26c7.tar.gz |
system/slpkg: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 165cdcbcec..a3316326fd 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,8 @@ config() { fi } -CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \ + slackware-changelogs-mirror" for file in $CONFIGS; do config etc/slpkg/${file}.new done |