diff options
Diffstat (limited to 'python/migen/migen.SlackBuild')
-rw-r--r-- | python/migen/migen.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/migen/migen.SlackBuild b/python/migen/migen.SlackBuild index 4005863660a55..c7ae2ed42d57b 100644 --- a/python/migen/migen.SlackBuild +++ b/python/migen/migen.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=migen -VERSION=${VERSION:-0.6.dev} +VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ 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 {} \; +# setup version fix: +patch -p0 --verbose < $CWD/setup.py.patch + python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |