From: Richard Purdie Date: Wed, 16 Aug 2017 13:40:14 +0000 (+0100) Subject: bind: Use correct python interpreter path X-Git-Tag: 2017-10~587 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1a734f037da37d14f780970a9532d1e2e3683bf8;p=openembedded-core.git bind: Use correct python interpreter path The scripts currently reference "python33", fix this so they reference python3. The move the python3 likely broke these. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb index e6e1e8d068..b20a4aa396 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb @@ -84,7 +84,7 @@ do_install_append() { install -d "${D}${sysconfdir}/init.d" install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/" install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind" - sed -i -e '1s,#!.*python,#! /usr/bin/python3,' ${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds + sed -i -e '1s,#!.*python3,#! /usr/bin/python3,' ${D}${sbindir}/dnssec-coverage ${D}${sbindir}/dnssec-checkds # Install systemd related files install -d ${D}${sbindir}