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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index f64c9d0d21..165cdcbcec 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONFIGS="slpkg.conf blacklist slackware-mirrors"
+CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories"
for file in $CONFIGS; do
config etc/slpkg/${file}.new
done