diff options
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 165cdcbcecefb..a3316326fdbda 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 |