summaryrefslogtreecommitdiff
path: root/python/python3-pylyrics/python3-pylyrics.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pylyrics/python3-pylyrics.SlackBuild')
-rw-r--r--python/python3-pylyrics/python3-pylyrics.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-pylyrics/python3-pylyrics.SlackBuild b/python/python3-pylyrics/python3-pylyrics.SlackBuild
index 6a60494871..3d71cc7d93 100644
--- a/python/python3-pylyrics/python3-pylyrics.SlackBuild
+++ b/python/python3-pylyrics/python3-pylyrics.SlackBuild
@@ -83,6 +83,8 @@ find -L . \
sed -i -e "s~.*scripts=glob.glob(\"Scripts/\*.py\"),~~" setup.py
+python3 -c 'from PyLyrics import classes'
+
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \