summaryrefslogtreecommitdiff
path: root/build_stage2_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_stage2_package.sh')
-rwxr-xr-xbuild_stage2_package.sh4
1 files changed, 2 insertions, 2 deletions
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)