summaryrefslogtreecommitdiff
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-05-15 04:24:58 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-17 23:45:36 +0700
commitf9e44be5087898b89bcf3c9202cae382b08f26c7 (patch)
tree1f3bb61a93c7a4cf67b6dac2f6df92a110959f80 /system/slpkg/slpkg.SlackBuild
parentf3b90556c6d4b4c6833d2c2083fae87aec75491e (diff)
downloadslackbuilds-f9e44be5087898b89bcf3c9202cae382b08f26c7.tar.gz
system/slpkg: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r--system/slpkg/slpkg.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 49a6bceb44..e921bb06f0 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
-VERSION=${VERSION:-2.3.0}
+VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
# install configurations files
-CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories"
+CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \
+ slackware-changelogs-mirror"
for file in $CONFIGS; do
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
done