logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: b0f9c00ef358e490e59fab47a2c187838f004128
parent 04c3dc60a529c1d14e125b7e4424d95b1207db56
Author: fosslinux <fosslinux@aussies.space>
Date:   Thu, 14 Oct 2021 21:30:33 +1100

Make guile build work on chroot

Diffstat:

Msysc/guile-3.0.7/guile-3.0.7.sh3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysc/guile-3.0.7/guile-3.0.7.sh b/sysc/guile-3.0.7/guile-3.0.7.sh @@ -11,7 +11,8 @@ src_prepare() { # kernel-specific (in ways other than hardcoded string). Hence disable # checksumming for guile binary under chroot. 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 find . -name '*.info*' -delete