Accepting request 1118308 from home:dgarcia:fix-shebang
- Remove %python3_install prefix and root options, that's included in the macro by default. OBS-URL: https://build.opensuse.org/request/show/1118308 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=117
This commit is contained in:
parent
0f8cf77dd0
commit
f3ad05411a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 17 11:47:48 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove %python3_install prefix and root options, that's included in
|
||||||
|
the macro by default.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 24 19:20:07 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
Sun Sep 24 19:20:07 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ done
|
|||||||
%install
|
%install
|
||||||
for i in h*; do
|
for i in h*; do
|
||||||
pushd $i
|
pushd $i
|
||||||
%python3_install --prefix=%_prefix --root=%buildroot
|
%python3_install
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user