diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-20 04:33:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:19 +0700 |
commit | c7eea6b3bcbe13936d4ab86af5bb87e1c30d3f6d (patch) | |
tree | 65490f73da6dc26e72ba09b0ed92df2711b88136 /python/dfwinreg/dfwinreg.SlackBuild | |
parent | 8f62ad1026170db3836af1efce2c65759f03b0b7 (diff) |
python/dfwinreg: Updated for version 20211207.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dfwinreg/dfwinreg.SlackBuild')
-rw-r--r-- | python/dfwinreg/dfwinreg.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/dfwinreg/dfwinreg.SlackBuild b/python/dfwinreg/dfwinreg.SlackBuild index 5c383e16b4..4ecaf70cdb 100644 --- a/python/dfwinreg/dfwinreg.SlackBuild +++ b/python/dfwinreg/dfwinreg.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for dfwinreg -# Copyright 2017-2019 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2017-2022 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated to version 20190122, March 2019 +# Updated to version 20211207 May 2022 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dfwinreg -VERSION=${VERSION:-20190122} +VERSION=${VERSION:-20211207} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ 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 {} \; -python2 setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |