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:

committed by
Chris Johns

parent
2c2c6bc824
commit
2feb624768
@@ -73,7 +73,8 @@ def load():
|
|||||||
'__grep': ('exe', 'required', '/bin/grep'),
|
'__grep': ('exe', 'required', '/bin/grep'),
|
||||||
'__sed': ('exe', 'required', '/bin/sed') },
|
'__sed': ('exe', 'required', '/bin/sed') },
|
||||||
'Fedora' : { '__install_info': ('exe', 'required', '/sbin/install-info') },
|
'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
|
# Works for LSB distros
|
||||||
distro = platform.dist()[0]
|
distro = platform.dist()[0]
|
||||||
|
Reference in New Issue
Block a user