summaryrefslogtreecommitdiff
path: root/build_stage2_package.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 21:08:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 21:08:05 +0100
commit22a9db79089c54823ae36ee2e20615ac70ab7f40 (patch)
tree471cd831b98310f17d1b745ed8296fc75e0dc05a /build_stage2_package.sh
parent02a07b1846dd61be1df300f345143e5462caa7ae (diff)
downloadbootstrap32-22a9db79089c54823ae36ee2e20615ac70ab7f40.tar.xz
building up to linux
Diffstat (limited to 'build_stage2_package.sh')
-rwxr-xr-xbuild_stage2_package.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_stage2_package.sh b/build_stage2_package.sh
index 95ab857..13c2856 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 test "$(find "$STAGE2_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l)" = 0; then
+#if "$(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 @@ if test "$(find "$STAGE2_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l
cd $STAGE2_BUILD || exit 1
-else
- echo "$PACKAGE exists."
-fi
+#else
+# echo "$PACKAGE exists."
+#fi