mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
traceroute: Move manual pages from mandir to man8 under it
Traceroute's manual pages are installed in /usr/share/man, which should be placed in /usr/share/man/man8. Correct this. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -33,10 +33,10 @@ do_install() {
|
|||||||
|
|
||||||
install -m755 wrappers/tcptraceroute ${D}${bindir}
|
install -m755 wrappers/tcptraceroute ${D}${bindir}
|
||||||
|
|
||||||
install -d ${D}${mandir}
|
install -d ${D}${mandir}/man8
|
||||||
install -p -m644 ${BPN}/${BPN}.8 ${D}${mandir}
|
install -p -m644 ${BPN}/${BPN}.8 ${D}${mandir}/man8
|
||||||
ln -s ${BPN}.8 ${D}${mandir}/${BPN}6.8
|
ln -s ${BPN}.8 ${D}${mandir}/man8/${BPN}6.8
|
||||||
ln -s ${BPN}.8 ${D}${mandir}/tcptraceroute.8
|
ln -s ${BPN}.8 ${D}${mandir}/man8/tcptraceroute.8
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user