diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:19 +0700 |
commit | fb7478c9ed630b337ab61717491c9aab7daa5c79 (patch) | |
tree | 40443a4c873be750f0e80c6adff06f13af7f4e44 /python/ramlfications | |
parent | 0c87b5288a35f8f1528751bf6e8305093535bb01 (diff) | |
download | slackbuilds-fb7478c9ed630b337ab61717491c9aab7daa5c79.tar.gz |
python/ramlfications: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ramlfications')
-rw-r--r-- | python/ramlfications/ramlfications.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ramlfications/ramlfications.SlackBuild b/python/ramlfications/ramlfications.SlackBuild index cc468a97ce..1cb4ad83c4 100644 --- a/python/ramlfications/ramlfications.SlackBuild +++ b/python/ramlfications/ramlfications.SlackBuild @@ -69,7 +69,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 {} \; -python setup.py install --root=$PKG +python2 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 |