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 = " \ do_install:append() { # fix shebangs for tool in `find ${D}${bindir} -name '*-tool'`; do - sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool + sed -i 's:#!${PYTHON}:#!${bindir}/python3:' $tool done }