mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Fix checksum inconsistencies between staged and unstaged bwrap bootstrap
- libtool needs autoconf (& possibly other autotools) at make time, to generate correct & reproducible manpages - musl-1.1.24 shouldn't nuke /usr/include in its src_install(), as it will remove headers used by other packages later, notably perl. (Also, touching the live filesystem in src_install() will be skipped if the package is preseeded instead, causing inconsistency.)
This commit is contained in:
parent
33db7bad18
commit
5f60a8f50b
3 changed files with 3 additions and 4 deletions
|
|
@ -28,6 +28,5 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
rm -rf "${PREFIX}/include"
|
||||
make PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" install
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue