traceroute: Remove bashisms

* remove the pushd/popd parts of do_install
   * fix broken symlinks to manpages

Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
Morgan Little
2012-12-21 16:23:04 -05:00
committed by Joe MacDonald
parent 26debc05d8
commit 9ba54f4d78
@@ -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 ${PN}.8 ${D}${mandir}/${PN}6.8
ln -s ${PN}.8 ${D}${mandir}/tcptraceroute.8
}