mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Use user ID number instead of name
This helps to avoid issues with user names which contain space characters. Close #3830.
This commit is contained in:
parent
784f518df4
commit
e26d86f32b
@ -59,7 +59,7 @@ _target: none, optional, ''
|
||||
rtems_release_url: none, none, 'https://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
|
||||
|
||||
# The user
|
||||
_uid: none, convert, '%(%{__id_u} -n)'
|
||||
_uid: none, convert, '%(%{__id_u})'
|
||||
|
||||
# Default flags that can be overridded to supply specific host or build
|
||||
# flags and include paths to the tools. The host is the final platform
|
||||
|
Loading…
x
Reference in New Issue
Block a user