summaryrefslogtreecommitdiff
path: root/build-os
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2005-07-22 01:13:13 -0700
committerPhilip J Freeman <elektron@halo.nu>2026-04-22 12:13:02 -0700
commit521028801517a92ffdbf4911ca9d6db67e8de7d3 (patch)
tree5eaf050789a03275c73fd810f8d65edb6de54cc1 /build-os
parente33ea89387b46c5a4a91b1fd90c05e0d7ad56470 (diff)
add a gui; initial dev releasehalo.01.20250721.235859
Diffstat (limited to 'build-os')
-rwxr-xr-xbuild-os6
1 files changed, 5 insertions, 1 deletions
diff --git a/build-os b/build-os
index 17f41bb..01cfaee 100755
--- a/build-os
+++ b/build-os
@@ -22,7 +22,7 @@ function on_exit(){
}
trap on_exit EXIT
-root="${roots:?}"/"$version"
+root="${roots:?}"/"${branch:?}"/"$version"
mkdir -p "$root"
@@ -42,6 +42,10 @@ export osversion
export osdesc
export branch
export remote
+export build
+export buildenv
+export arch
+
run-parts --exit-on-error -- hooks/build-os