mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
make.sh: Fix position of SKIP message when building packages
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
make.sh
1
make.sh
@@ -573,6 +573,7 @@ lfsmakecommoncheck() {
|
||||
if grep "^SUP_ARCH" ${BASEDIR}/lfs/${1} >/dev/null; then
|
||||
# Check if package supports ${BUILD_ARCH} or all architectures.
|
||||
if ! grep -E "^SUP_ARCH.*${BUILD_ARCH}|^SUP_ARCH.*all" ${BASEDIR}/lfs/${1} >/dev/null; then
|
||||
print_runtime 0
|
||||
print_status SKIP
|
||||
return 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user