summaryrefslogtreecommitdiffstats
path: root/system/slpkg/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-12-19 15:16:21 +0100
committer Willy Sudiarto Raharjo2014-12-19 16:41:38 +0100
commit348715087257afc1290e27f275ebb90e37f34f0e (patch)
tree90ef151e096060d317caf99a3a46b77f85ad4522 /system/slpkg/doinst.sh
parent64fa6c8286410e27303b8428a9135ab827b95061 (diff)
downloadslackbuilds-348715087257afc1290e27f275ebb90e37f34f0e.tar.gz
system/slpkg: Updated for version 2.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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 c06beaa646..f64c9d0d21 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -10,7 +10,7 @@ config() {
CONFIGS="slpkg.conf blacklist slackware-mirrors"
for file in $CONFIGS; do
- config /etc/slpkg/${file}.new
+ config etc/slpkg/${file}.new
done
if [ -x /usr/bin/update-desktop-database ]; then