mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Make guile build work on chroot
This commit is contained in:
parent
04c3dc60a5
commit
b0f9c00ef3
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ src_prepare() {
|
||||||
# kernel-specific (in ways other than hardcoded string). Hence disable
|
# kernel-specific (in ways other than hardcoded string). Hence disable
|
||||||
# checksumming for guile binary under chroot.
|
# checksumming for guile binary under chroot.
|
||||||
if [ "$CHROOT" = True ]; then
|
if [ "$CHROOT" = True ]; then
|
||||||
sed -i '/guile$/d' ../../checksums
|
sed -i '\|/usr/bin/guile$|d' ../../checksums
|
||||||
|
sed -i '\|/usr/lib/musl/libguile-3.0.a$|d' ../../checksums
|
||||||
fi
|
fi
|
||||||
|
|
||||||
find . -name '*.info*' -delete
|
find . -name '*.info*' -delete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue