summaryrefslogtreecommitdiffstats
path: root/system/slpkg/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-02-12 08:06:50 +0100
committer Willy Sudiarto Raharjo2015-02-12 11:49:57 +0100
commit006c1f6ca4c898e2cc390d11083d708aef16c3da (patch)
tree7b0ef4b3deec2e418e4a1fe6c3a3f81ee7670632 /system/slpkg/doinst.sh
parent2c13efb08a14d7e126a4ab717434857e99725add (diff)
downloadslackbuilds-006c1f6ca4c898e2cc390d11083d708aef16c3da.tar.gz
system/slpkg: Updated for version 2.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> 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 165cdcbcec..65a370ff5c 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories"
+CONFIGS="blacklist slackware-mirrors custom-repositories"
for file in $CONFIGS; do
config etc/slpkg/${file}.new
done