Accepting request 776220 from home:plater
- Remove all traces of python2. OBS-URL: https://build.opensuse.org/request/show/776220 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=82
This commit is contained in:
parent
efc917d8e7
commit
aff61e0e94
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 07:36:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
- Remove all traces of python2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 09:22:55 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
|
@ -82,6 +82,8 @@ home recording environments.
|
||||
%patch2
|
||||
# When we build svn we need to execute bootstrap.sh
|
||||
#sh bootstrap.sh
|
||||
for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
|
||||
for i in `grep -rl "/usr/bin/python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
|
||||
|
||||
%build
|
||||
#export DEBUG_LADSPA
|
||||
|
Loading…
x
Reference in New Issue
Block a user