[oe-commits] Jonathan Liu : opkg: remove unnecessary extra leading slash in run-postinsts

git at git.openembedded.org git at git.openembedded.org
Mon May 20 23:13:45 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 047826f034f00c2402c0a078b5c918019fcf36a4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=047826f034f00c2402c0a078b5c918019fcf36a4

Author: Jonathan Liu <net147 at gmail.com>
Date:   Thu May 16 02:37:33 2013 +0000

opkg: remove unnecessary extra leading slash in run-postinsts

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/opkg/opkg.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index c34ac5b..631aafc 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



More information about the Openembedded-commits mailing list