diff options
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r-- | system/slpkg/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 7f609d17c0..103509b3b5 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -9,7 +9,7 @@ config() { } CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \ - default-repositories custom-repositories" + default-repositories custom-repositories rlworkman.deps" for file in $CONFIGS; do config etc/slpkg/${file}.new done |