mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Ensure man page is not rebuilt which changes checksum.
This commit is contained in:
parent
5ea8dd3136
commit
51b342527a
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ src_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
# Ensure man page is not rebuilt which changes checksum
|
||||||
|
touch help2man.1
|
||||||
|
|
||||||
make MAKEINFO=true
|
make MAKEINFO=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue