diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-02-14 23:13:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 09:51:02 +0700 |
commit | 071331660fb95b0a004f6b69470f4276d8e89845 (patch) | |
tree | 8f4c40485594cfd9308aca4c3f991c6fe2a03a73 /system/slpkg/slpkg.SlackBuild | |
parent | 0ed07023a26f8297129f1aff6d5e71d9471a30e5 (diff) | |
download | slackbuilds-071331660fb95b0a004f6b69470f4276d8e89845.tar.gz |
system/slpkg: Updated for version 3.8.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index f4322558cd..b8de3d279b 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.8.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# avoid install configuration files and man page over setup.py -sed -i 's/if "install"/if ""/' setup.py - python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |