diff options
Diffstat (limited to 'python/pyinotify/pyinotify.SlackBuild')
-rw-r--r-- | python/pyinotify/pyinotify.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyinotify/pyinotify.SlackBuild b/python/pyinotify/pyinotify.SlackBuild index 2d2e6d2ab1..aa21d7ac1a 100644 --- a/python/pyinotify/pyinotify.SlackBuild +++ b/python/pyinotify/pyinotify.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pyinotify # Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -65,7 +66,6 @@ find -L . \ # Compile the C extension. sed -i '/^compile_ext_mod/s|=.*|= True|' setup.py -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 \ |