From 5af74548e741eab8fcf156f56850a5639043abac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Feb 2018 14:05:29 +0100 Subject: building all but syslinux, gcc and glibc --- build_stage2_package.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build_stage2_package.sh') diff --git a/build_stage2_package.sh b/build_stage2_package.sh index 13c2856..95ab857 100755 --- a/build_stage2_package.sh +++ b/build_stage2_package.sh @@ -16,7 +16,7 @@ PACKAGE=$1 . "$SCRIPT_DIR/$TARGET_CPU-stage2/template/DESCR" -#if "$(find "$STAGE2_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then +if test "$(find "$STAGE2_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then echo "Building package $PACKAGE." cd $STAGE2_BUILD || exit 1 @@ -163,6 +163,6 @@ PACKAGE=$1 cd $STAGE2_BUILD || exit 1 -#else -# echo "$PACKAGE exists." -#fi +else + echo "$PACKAGE exists." +fi -- cgit v1.2.3-54-g00ecf