mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Set perl config vars needed to create help2man shebang.
This commit is contained in:
parent
c38b8b3455
commit
71d82c783b
3 changed files with 4 additions and 9 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue