index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-14 07:41:37 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-14 07:41:37 +0100 |
commit | a62127cf68379869d3e003fc916c86c5464d89aa (patch) | |
tree | 87628e008f3753774ca323802f7d8979ea813e5d /build_stage3_package.sh | |
parent | 65bd9446245c6581f908770c9fb99ef27968e10d (diff) |
-rwxr-xr-x | build_stage3_package.sh | 8 |
diff --git a/build_stage3_package.sh b/build_stage3_package.sh index 3ff30a4..2c2fdcb 100755 --- a/build_stage3_package.sh +++ b/build_stage3_package.sh @@ -16,7 +16,7 @@ PACKAGE=$1 . "$SCRIPT_DIR/$TARGET_CPU-stage3/template/DESCR" -if test "$(find "$STAGE3_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then +#~ if test "$(find "$STAGE3_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then echo "Building package $PACKAGE." cd $STAGE3_BUILD || exit 1 @@ -174,6 +174,6 @@ if test "$(find "$STAGE3_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l cd $STAGE3_BUILD || exit 1 -else - echo "$PACKAGE exists." -fi +#~ else + #~ echo "$PACKAGE exists." +#~ fi |