mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Add new tarball-based checksums to all packages
This commit is contained in:
parent
968d2ea7d1
commit
a343dcf6ed
163 changed files with 200 additions and 2326 deletions
|
|
@ -3,18 +3,11 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
checksum=74a415b13672827c2a33af0cdb32fece2510721fc051010a36b055223a16a2ce
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# If we are in chroot mode, we can make no assumptions about the host
|
||||
# kernel. It appears the resulting binary is at least somewhat
|
||||
# kernel-specific (in ways other than hardcoded string). Hence disable
|
||||
# checksumming for guile binary under chroot.
|
||||
if [ "$CHROOT" = True ]; then
|
||||
sed -i '\|/usr/bin/guile$|d' ../../checksums
|
||||
sed -i '\|/usr/lib/musl/libguile-3.0.a$|d' ../../checksums
|
||||
fi
|
||||
|
||||
find . -name '*.info*' -delete
|
||||
|
||||
../../import-gnulib.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue