mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 03:49:32 +02:00
guitarix: fix re-configure
| sed: no input files Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -45,7 +45,9 @@ python waf_preconfigure() {
|
||||
}
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i 's:/usr/bin/env python:/usr/bin/env python3:' `grep -rl '/usr/bin/env python$' ${S}`
|
||||
for pfile in `grep -rl '/usr/bin/env python$' ${S}`; do
|
||||
sed -i 's:/usr/bin/env python:/usr/bin/env python3:' $pfile
|
||||
done
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user