mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Arch specific additions
This commit is contained in:
parent
2c2c6bc824
commit
2feb624768
@ -73,7 +73,8 @@ def load():
|
||||
'__grep': ('exe', 'required', '/bin/grep'),
|
||||
'__sed': ('exe', 'required', '/bin/sed') },
|
||||
'Fedora' : { '__install_info': ('exe', 'required', '/sbin/install-info') },
|
||||
'Arch' : { '__gzip': ('exe', 'required', '/usr/bin/gzip') }
|
||||
'Arch' : { '__gzip': ('exe', 'required', '/usr/bin/gzip'),
|
||||
'__chown': ('exe', 'required', '/usr/bin/chown') }
|
||||
}
|
||||
# Works for LSB distros
|
||||
distro = platform.dist()[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user