changeset 505:3fe5916931e5

Without USE_TOYBOX we now just install patch, so check for the right thing.
author Rob Landley <rob@landley.net>
date Sun, 30 Nov 2008 01:36:13 -0600
parents 131177fc8ec8
children defaef66dfae
files host-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Sun Nov 30 01:23:34 2008 -0600
+++ b/host-tools.sh	Sun Nov 30 01:36:13 2008 -0600
@@ -78,7 +78,7 @@
 
   # Build toybox
 
-  if [ ! -f "${HOSTTOOLS}/toybox" ]
+  if [ ! -f "${HOSTTOOLS}/patch" ]
   then
     setupfor toybox &&
     if [ -z "$USE_TOYBOX" ]