summaryrefslogtreecommitdiff
path: root/build_stage2_package.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 20:39:38 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 20:39:38 +0100
commitb85491e9868b78d1779acb08e9b6718cc17ff141 (patch)
treedb49ab123a4dd10829feb1b1233aa0268cb88e50 /build_stage2_package.sh
parent0c77a0996eaf110e78dbfab1b3bb4945433eaf81 (diff)
downloadbootstrap32-b85491e9868b78d1779acb08e9b6718cc17ff141.tar.xz
prepared everything for stage 3
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)