diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-02-24 11:23:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-25 07:30:16 +0700 |
commit | b71b11ea8678a489e1f8d8ab51763c5ee390ae3f (patch) | |
tree | 074fc5e231adc288dbb3879fc248a24097916d29 /system/slpkg/slpkg.SlackBuild | |
parent | 0b018fff896fa04d3618fee5265053bbf8c13f7b (diff) |
system/slpkg: Updated for version 3.2.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 154f8bfc3e..e46744ca7b 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:-3.2.3} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,7 +89,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 repositories.conf blacklist slackware-mirrors \ - default-repositories custom-repositories rlworkman.deps" + default-repositories custom-repositories rlworkman.deps pkg_security" for file in $CONFIGS; do install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new done |