mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 14:55:24 +01:00
Fix linters (whoops!)
This commit is contained in:
parent
c63d7ae89f
commit
f4ebc241ac
4 changed files with 7 additions and 3 deletions
3
sysc/musl-1.2.3/files/ld-musl-i386.path.license
Normal file
3
sysc/musl-1.2.3/files/ld-musl-i386.path.license
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
|
@ -123,4 +123,4 @@ if [ -e after.sh ]; then
|
|||
FILE=after.sh
|
||||
fi
|
||||
|
||||
exec env -i PATH="${PATH}" PREFIX="${PREFIX}" SOURCES="${SOURCES}" DESTDIR="${DESTDIR}" DISTFILES="${DISTFILES}" HOME="${HOME}" SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH}" bash ${FILE}
|
||||
exec env -i PATH="${PATH}" PREFIX="${PREFIX}" SOURCES="${SOURCES}" DESTDIR="${DESTDIR}" DISTFILES="${DISTFILES}" HOME="${HOME}" SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH}" bash "${FILE}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue