summaryrefslogtreecommitdiffstats
path: root/gentoox_build.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-05-01 11:02:23 -0500
committerKyle K <kylek389@gmail.com>2020-05-01 11:02:23 -0500
commit1790667128ac7b9a05a1b3269e2cf3e3b7ab8372 (patch)
treeb927b1e277b85035e539d5f6f178b76d75068fc9 /gentoox_build.sh
parentcef766f62ba6758d600e2715c43f3dee301f114a (diff)
downloadgentoox-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-xgentoox_build.sh2
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