mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
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:
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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user