diff options
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 |
commit | d0251fb3b2d910acbb5362b491b1f9d33c6a9767 (patch) | |
tree | 59638deeb564da291b98499f21064b9668221eaf /system/slpkg/doinst.sh | |
parent | fcb1d7def61048adc0777b2f7a0673ca07a4443b (diff) | |
download | slackbuilds-d0251fb3b2d910acbb5362b491b1f9d33c6a9767.tar.gz |
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.sh | 2 |
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 |