diff options
author | Kyle K <kylek389@gmail.com> | 2020-05-06 17:32:32 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-05-06 17:32:32 -0500 |
commit | 955fa478995a3e055215955e9f19577b6ec0f19c (patch) | |
tree | 23db71ec066bbf0184a40cba2c4ab5bcd3934fc3 /build-stage3.sh | |
parent | f1d7dd5f4aa298ce60a12f81eb773a4d59f07693 (diff) | |
download | gentoox-955fa478995a3e055215955e9f19577b6ec0f19c.tar.gz gentoox-955fa478995a3e055215955e9f19577b6ec0f19c.tar.bz2 gentoox-955fa478995a3e055215955e9f19577b6ec0f19c.zip |
qt-creator build fix
Diffstat (limited to 'build-stage3.sh')
-rwxr-xr-x | build-stage3.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-stage3.sh b/build-stage3.sh index bce49f3..e9d09ac 100755 --- a/build-stage3.sh +++ b/build-stage3.sh @@ -1,5 +1,6 @@ #!/bin/bash +emerge -u catalyst pixz version_stamp="$(date +%Y%m%d).graphite" if [[ ! -f .catalyst-prep-done ]]; then |