mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add support for Fedora 16.
This commit is contained in:
parent
7760706414
commit
d16619161c
@ -59,11 +59,12 @@ def load():
|
|||||||
'__tar': ('exe', 'required', '/bin/tar')
|
'__tar': ('exe', 'required', '/bin/tar')
|
||||||
}
|
}
|
||||||
variations = {
|
variations = {
|
||||||
'__bzip2': ('exe', 'required', '/bin/bzip2'),
|
'__bzip2': ('exe', 'required', '/bin/bzip2'), # Ubuntu
|
||||||
'__chgrp': ('exe', 'required', '/bin/chgrp'),
|
'__chgrp': ('exe', 'required', '/bin/chgrp'), # Ubuntu
|
||||||
'__chown': ('exe', 'required', '/bin/chown'),
|
'__chown': ('exe', 'required', '/bin/chown'), # Ubuntu
|
||||||
'__grep': ('exe', 'required', '/bin/grep'),
|
'__grep': ('exe', 'required', '/bin/grep'), # Ubuntu
|
||||||
'__sed': ('exe', 'required', '/bin/sed')
|
'__sed': ('exe', 'required', '/bin/sed'), # Ubuntu
|
||||||
|
'__install_info': ('exe', 'required', '/sbin/install-info') # Fedora
|
||||||
}
|
}
|
||||||
for v in variations:
|
for v in variations:
|
||||||
if path.exists(variations[v][2]):
|
if path.exists(variations[v][2]):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user