diff options
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index a3316326fd..e4d91c67ad 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,8 +8,7 @@ config() { fi } -CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \ - slackware-changelogs-mirror" +CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do config etc/slpkg/${file}.new done |