diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-25 23:42:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-30 08:35:59 +0700 |
commit | 2c7702121612b0bdff81c9fa50ac3767bcf78bde (patch) | |
tree | 1b3ad541f04dc44c03c2f992c265a032a683919a | |
parent | 4260752f574937b5266d8d1170443edaabe178ba (diff) | |
download | slackbuilds-2c7702121612b0bdff81c9fa50ac3767bcf78bde.tar.gz |
libraries/isodate: Add python3 support.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/isodate/isodate.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/isodate/isodate.SlackBuild b/libraries/isodate/isodate.SlackBuild index b2d68ad703..9ea554f172 100644 --- a/libraries/isodate/isodate.SlackBuild +++ b/libraries/isodate/isodate.SlackBuild @@ -80,6 +80,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |