summaryrefslogtreecommitdiffstats
path: root/system/slpkg/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-01-09 06:54:08 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-09 06:54:08 +0700
commitd0251fb3b2d910acbb5362b491b1f9d33c6a9767 (patch)
tree59638deeb564da291b98499f21064b9668221eaf /system/slpkg/doinst.sh
parentfcb1d7def61048adc0777b2f7a0673ca07a4443b (diff)
downloadslackbuilds-d0251fb3b2d910acbb5362b491b1f9d33c6a9767.tar.gz
slackbuilds-d0251fb3b2d910acbb5362b491b1f9d33c6a9767.tar.xz
system/slpkg: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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