From: Jonathan Liu Date: Thu, 16 May 2013 02:37:33 +0000 (+0000) Subject: opkg: remove unnecessary extra leading slash in run-postinsts X-Git-Tag: 2015-4~6479 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=047826f034f00c2402c0a078b5c918019fcf36a4;p=openembedded-core.git opkg: remove unnecessary extra leading slash in run-postinsts Signed-off-by: Jonathan Liu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index c34ac5b4eb..631aafc768 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc @@ -69,7 +69,7 @@ if [ "x$D" != "x" ] && [ -f $D${OPKGLIBDIR}/opkg/status ]; then # this happens at S98 where our good 'ole packages script used to run echo "#!/bin/sh opkg-cl configure ${REDIRECT_CMD} -rm -f /${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts +rm -f ${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts " > $D${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts chmod 0755 $D${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts fi