Changeset 3478

Show
Ignore:
Timestamp:
08/11/07 23:23:53 (1 year ago)
Author:
dnehring
Message:

Currently, pax is needed for the buildroot.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r3182 r3478  
    328328fi 
    329329 
     330if ! which pax >/dev/null 2>&1; then 
     331        echo You must install pax to continue, sorry. 
     332        echo 
     333        out=1 
     334fi 
     335 
    330336cat >test.c <<-'EOF' 
    331337        #include <stdio.h>