mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
texinfo: Fix path to perl for scripts
The 2 scripts texti2any and pod2tex referenced the /bin/perl directly, they
shoule be using ${USRBINPATH}/env perl.
(From OE-Core rev: 6c4dda740fb7e05cb35c16db10a87426bc3ae3b3)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
76f8dfe2ad
commit
b15101f7c9
@@ -39,7 +39,9 @@ do_compile_prepend() {
|
||||
do_install_append() {
|
||||
mkdir -p ${D}${datadir}/${tex_texinfo}
|
||||
install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo}
|
||||
sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/texi2any ${D}${bindir}/pod2texi
|
||||
}
|
||||
|
||||
do_install_append_class-native() {
|
||||
install -m 755 info/makedoc ${D}${bindir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user