diff options
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.10.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb index 1ad5d55aca..9eaa13415c 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb | |||
@@ -194,11 +194,11 @@ do_install_append() { | |||
194 | 194 | ||
195 | for f in samba-gpupdate samba_upgradedns samba_spnupdate samba_kcc samba_dnsupdate; do | 195 | for f in samba-gpupdate samba_upgradedns samba_spnupdate samba_kcc samba_dnsupdate; do |
196 | if [ -f "${D}${sbindir}/$f" ]; then | 196 | if [ -f "${D}${sbindir}/$f" ]; then |
197 | sed -i -e 's,${PYTHON},/usr/bin/env python3/,g' ${D}${sbindir}/$f | 197 | sed -i -e 's,${PYTHON},/usr/bin/env python3,g' ${D}${sbindir}/$f |
198 | fi | 198 | fi |
199 | done | 199 | done |
200 | if [ -f "${D}${bindir}/samba-tool" ]; then | 200 | if [ -f "${D}${bindir}/samba-tool" ]; then |
201 | sed -i -e 's,${PYTHON},/usr/bin/env python3/,g' ${D}${bindir}/samba-tool | 201 | sed -i -e 's,${PYTHON},/usr/bin/env python3,g' ${D}${bindir}/samba-tool |
202 | fi | 202 | fi |
203 | 203 | ||
204 | } | 204 | } |