summaryrefslogtreecommitdiffstats
path: root/system/slpkg/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r--system/slpkg/doinst.sh3
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