diff options
author | Kyle K <kylek389@gmail.com> | 2020-05-01 11:02:23 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-05-01 11:02:23 -0500 |
commit | 1790667128ac7b9a05a1b3269e2cf3e3b7ab8372 (patch) | |
tree | b927b1e277b85035e539d5f6f178b76d75068fc9 /gentoox_build.sh | |
parent | cef766f62ba6758d600e2715c43f3dee301f114a (diff) | |
download | gentoox-1790667128ac7b9a05a1b3269e2cf3e3b7ab8372.tar.gz gentoox-1790667128ac7b9a05a1b3269e2cf3e3b7ab8372.tar.bz2 gentoox-1790667128ac7b9a05a1b3269e2cf3e3b7ab8372.zip |
add a message indicating that stage3 tarball has to be built with build-stage3.sh before gentoox_build.sh can be ran
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-x | gentoox_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh index 86c0740..be80d3e 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -47,7 +47,7 @@ if [[ ! -f 'image/etc/gentoo-release' ]]; then cd image/ cp -v /var/tmp/catalyst/builds/default/stage3-amd64-$builddate.tar.xz . - if [[ $? -ne 0 ]]; then exit 1; fi + if [[ $? -ne 0 ]]; then echo "you need to build stage3 tarball that has gcc graphite support first via build-stage3.sh"; exit 1; fi echo 'extracting stage3 tarball...' tar xJpf /var/tmp/catalyst/builds/default/stage3-amd64-$builddate.tar.xz --xattrs --numeric-owner |