Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-networking][PATCH] traceroute: Remove bashisms
@ 2012-12-21 21:23 Morgan Little
  2012-12-21 21:37 ` Martin Jansa
  0 siblings, 1 reply; 9+ messages in thread
From: Morgan Little @ 2012-12-21 21:23 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Morgan Little <morgan.little@windriver.com>
---
 meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb b/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
index 719d9fb..d855c67 100644
--- a/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
+++ b/meta-networking/recipes-support/traceroute/traceroute_2.0.18.bb
@@ -32,10 +32,8 @@ do_install() {
 
     install -d ${D}${mandir}
     install -p -m644 ${PN}/${PN}.8 ${D}${mandir}
-    pushd ${D}${mandir}
-    ln -s ${PN}.8 ${PN}6.8
-    ln -s ${PN}.8 tcptraceroute.8
-    popd
+    ln -s ${D}${mandir}${PN}.8 ${D}${mandir}${PN}6.8
+    ln -s ${D}${mandir}${PN}.8 ${D}${mandir}tcptraceroute.8
 
 }
 
-- 
1.7.11.7




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-01-18 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 21:23 [meta-networking][PATCH] traceroute: Remove bashisms Morgan Little
2012-12-21 21:37 ` Martin Jansa
2012-12-21 22:02   ` Little, Morgan
2013-01-09 14:22     ` Martin Jansa
2013-01-09 14:42       ` Joe MacDonald
2013-01-17 21:00         ` Martin Jansa
2013-01-18 13:53     ` Joe MacDonald
2013-01-18 14:17       ` Martin Jansa
2013-01-18 14:34         ` Joe MacDonald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox