All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lsbinitscripts: fix the path for mountpoint
@ 2015-01-30  2:03 jackie.huang
  0 siblings, 0 replies; only message in thread
From: jackie.huang @ 2015-01-30  2:03 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

mountpoint is installed in ${bindir}

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta/recipes-extended/lsb/lsbinitscripts_9.60.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.60.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.60.bb
index 1490582..f67eff7 100644
--- a/meta/recipes-extended/lsb/lsbinitscripts_9.60.bb
+++ b/meta/recipes-extended/lsb/lsbinitscripts_9.60.bb
@@ -27,4 +27,5 @@ do_compile[noexec] = "1"
 do_install(){
 	install -d ${D}${sysconfdir}/init.d/
 	install -m 0644 ${S}/rc.d/init.d/functions ${D}${sysconfdir}/init.d/functions
+	sed -i 's,${base_bindir}/mountpoint,${bindir}/mountpoint,g' ${D}${sysconfdir}/init.d/functions
 }
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-30  2:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30  2:03 [PATCH] lsbinitscripts: fix the path for mountpoint jackie.huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.