mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
[PATCH] Upstream patch for setup and debian
This commit is contained in:
committed by
Parthiv Patel
parent
59a3196e8b
commit
89b9b64680
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
python3 setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES --install-lib usr/lib/python3.7/site-packages/
|
||||
ABI=$(rpm -q --provides python3 | awk '/abi/ {print $NF}')
|
||||
python3 setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES --install-lib usr/lib/python${ABI}/site-packages/
|
||||
|
||||
Reference in New Issue
Block a user