mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
Build: Use sudo -E to preserve EVs when calling build-image-qemu.sh from makeall.sh
This commit is contained in:
parent
0d19a4eaab
commit
c4c4bbc5ba
1 changed files with 1 additions and 1 deletions
|
@ -61,5 +61,5 @@ done
|
|||
(cd ../SharedGraphics && ./install.sh)
|
||||
(cd ../AK && ./install.sh)
|
||||
|
||||
sudo ./sync.sh
|
||||
sudo -E ./build-image-qemu.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue