From de865a11ac74dc71736caa2a37948ee3b31cae92 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 4 Sep 2015 06:33:58 +0300 Subject: system/slpkg: Updated for version 2.8.2. Signed-off-by: Dimitris Zlatanidis --- system/slpkg/slpkg.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'system/slpkg/slpkg.SlackBuild') diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 6b55c5462cb7..b66d3748a369 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.7.6} +VERSION=${VERSION:-2.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,8 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/etc/slpkg # install configuration files -CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \ - slackware-changelogs-mirror" +CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new done -- cgit v1.2.3