diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb index 7d7d508c11..9512f0b584 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb | |||
| @@ -50,7 +50,7 @@ EXTRA_OEMESON = " \ | |||
| 50 | do_install:append() { | 50 | do_install:append() { |
| 51 | # fix shebangs | 51 | # fix shebangs |
| 52 | for tool in `find ${D}${bindir} -name '*-tool'`; do | 52 | for tool in `find ${D}${bindir} -name '*-tool'`; do |
| 53 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool | 53 | sed -i 's:#!${PYTHON}:#!${bindir}/python3:' $tool |
| 54 | done | 54 | done |
| 55 | } | 55 | } |
| 56 | 56 | ||
