diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.3.3.bb b/meta/recipes-devtools/python/python3-native_3.3.3.bb index 7238eaf27d..0fd73498e8 100644 --- a/meta/recipes-devtools/python/python3-native_3.3.3.bb +++ b/meta/recipes-devtools/python/python3-native_3.3.3.bb | |||
@@ -71,6 +71,6 @@ do_install() { | |||
71 | 71 | ||
72 | # Make sure we use /usr/bin/env python | 72 | # Make sure we use /usr/bin/env python |
73 | for PYTHSCRIPT in `grep -rIl ${bindir}/${PN}/python ${D}${bindir}/${PN}`; do | 73 | for PYTHSCRIPT in `grep -rIl ${bindir}/${PN}/python ${D}${bindir}/${PN}`; do |
74 | sed -i -e '1s|^#!.*|#!/usr/bin/env python|' $PYTHSCRIPT | 74 | sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT |
75 | done | 75 | done |
76 | } | 76 | } |