diff options
Diffstat (limited to 'build_stage4_package.sh')
-rwxr-xr-x | build_stage4_package.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build_stage4_package.sh b/build_stage4_package.sh index f2fbc70..b021e41 100755 --- a/build_stage4_package.sh +++ b/build_stage4_package.sh @@ -16,8 +16,8 @@ PACKAGE=$1 . "$SCRIPT_DIR/$TARGET_CPU-stage4/template/DESCR" -if test "$(find "$STAGE4_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then - echo "Building package $PACKAGE." +#~ if test "$(find "$STAGE4_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then + #~ echo "Building package $PACKAGE." cd $STAGE4_BUILD || exit 1 @@ -180,6 +180,6 @@ if test "$(find "$STAGE4_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l cd $STAGE4_BUILD || exit 1 -else - echo "$PACKAGE exists." -fi +#~ else + #~ echo "$PACKAGE exists." +#~ fi |