diff options
author | Leah Rowe <leah@libreboot.org> | 2023-11-08 06:05:49 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-11-08 06:11:24 +0000 |
commit | f4b2a588e27f1bc8d13ed1f31c68590bd76dcf4f (patch) | |
tree | 879af8b7514905d21d8c70715a16c008ce720410 /config/u-boot/qemu_arm64_12mb | |
parent | c4d90087535617d4fb31ca94803f9426010cfec5 (diff) |
build: don't generate version/versiondate as root
don't run it directly at the bottom of err.sh,
because otherwise the version and versiondate
files will be generated when running "./build
dependencies distroname" which would then create
these files, but as root because the user runs
that specific command as root.
the rest of lbmk, for any other command, prevents
use of the root account, so running check_project
during "./build dependencies distroname" will cause
the build system to fail (because as non-root user,
the user will run lbmk and it will try to update
those files, and fail because it can't, due to lack
of permissions)
this patch fixes the issue, by only generating those
files if the user is *not* root
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot/qemu_arm64_12mb')
0 files changed, 0 insertions, 0 deletions