From 521028801517a92ffdbf4911ca9d6db67e8de7d3 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Fri, 22 Jul 2005 01:13:13 -0700 Subject: add a gui; initial dev release --- build-os | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build-os') 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 -- cgit v1.2.3