From b85491e9868b78d1779acb08e9b6718cc17ff141 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Feb 2018 20:39:38 +0100 Subject: prepared everything for stage 3 --- build_stage2_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_stage2_package.sh') diff --git a/build_stage2_package.sh b/build_stage2_package.sh index 95ab857..34c3826 100755 --- a/build_stage2_package.sh +++ b/build_stage2_package.sh @@ -3,7 +3,7 @@ # shellcheck source=./default.conf . "./default.conf" -# builds and installs one package for stage 1 +# builds and installs one package for stage 2 if test "$(id -u)" = 0; then sudo -u cross "$0" "$1" @@ -87,7 +87,7 @@ if test "$(find "$STAGE2_PACKAGES" -regex ".*/$PACKAGE-.*pkg\\.tar\\.xz" | wc -l -exec cp {} . \; fi - # execute makepkg on the host, we don't have git on the stage 1 machine (yet) + # execute makepkg on the host # we would actually like to have a mode like 'download, and noextract' but # makepkg is not doing that (see -e and -o options) -- cgit v1.2.3-54-g00ecf