summaryrefslogtreecommitdiffstats
path: root/system/slpkg/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-09-24 23:06:18 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-26 10:05:38 +0700
commitd09db4855ea793521b8a897645b39f1ac5aba33c (patch)
treebf2a44919b07f13a6c00545e261f8d07123afe2e /system/slpkg/doinst.sh
parentf939e8ff57cec1c84047d7936e65d2906bb5f431 (diff)
downloadslackbuilds-d09db4855ea793521b8a897645b39f1ac5aba33c.tar.gz
slackbuilds-d09db4855ea793521b8a897645b39f1ac5aba33c.tar.xz
system/slpkg: Updated for version 2.9.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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 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