Set perl config vars needed to create help2man shebang.

This commit is contained in:
rick-masters 2023-02-08 19:43:49 +00:00
parent c38b8b3455
commit 71d82c783b
3 changed files with 4 additions and 9 deletions

View file

@ -18,13 +18,6 @@ src_configure() {
src_compile() {
make MAKEINFO=true
# fix a broken shebang
chmod +w help2man
tail -n +6 help2man > help2man.tmp
echo "#!${PREFIX}/bin/perl" > help2man
cat help2man.tmp >> help2man
rm help2man.tmp
}
src_install() {