summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/linux.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-24 16:19:09 +1000
committerChris Johns <chrisj@rtems.org>2013-04-24 16:19:09 +1000
commit97458480d711bff8f0fbc49ada846c5095930946 (patch)
treee197ec10d305cee2fa7cb58fea0e1e23cf48a83d /source-builder/sb/linux.py
parentFix the autotools prefix in the RTEMS example. (diff)
downloadrtems-source-builder-97458480d711bff8f0fbc49ada846c5095930946.tar.bz2
Add touch for Redhat hosts.
Diffstat (limited to 'source-builder/sb/linux.py')
-rw-r--r--source-builder/sb/linux.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source-builder/sb/linux.py b/source-builder/sb/linux.py
index 66a3d5b..4fcb088 100644
--- a/source-builder/sb/linux.py
+++ b/source-builder/sb/linux.py
@@ -95,9 +95,10 @@ def load():
'redhat' : { '__bzip2': ('exe', 'required', '/bin/bzip2'),
'__chgrp': ('exe', 'required', '/bin/chgrp'),
'__chown': ('exe', 'required', '/bin/chown'),
+ '__install_info': ('exe', 'required', '/sbin/install-info'),
'__grep': ('exe', 'required', '/bin/grep'),
'__sed': ('exe', 'required', '/bin/sed'),
- '__install_info': ('exe', 'required', '/sbin/install-info') },
+ '__touch': ('exe', 'required', '/bin/touch') },
'arch' : { '__gzip': ('exe', 'required', '/usr/bin/gzip'),
'__chown': ('exe', 'required', '/usr/bin/chown') },
}