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 e4d91c67ad..7f609d17c0 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,8 @@ config() { fi } -CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \ + default-repositories custom-repositories" for file in $CONFIGS; do config etc/slpkg/${file}.new done |