Changeset 815

Show
Ignore:
Timestamp:
10/02/06 23:08:30 (2 years ago)
Author:
tg
Message:

eJunky requests feodora core 4 to be allowed

Files:

Legend:

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

    r566 r815  
    1212# or other materials provided with binary redistributions. 
    1313# 
    14 # All advertising materials mentioning features or use of this soft- 
    15 # ware must display the following acknowledgement: 
     14# Advertising materials mentioning features or use of this work must 
     15# display the following acknowledgement: 
    1616#       This product includes material provided by Thorsten Glaser. 
    1717# This acknowledgement does not need to be reprinted if this work is 
     
    2727# direct error of said person and intended use of this work, loss or 
    2828# other issues arising in any way out of its use, even if advised of 
    29 # the possibility of such damage or existence of a nontrivial bug
     29# the possibility of such damage or existence of a defect
    3030#- 
    3131# Scan for prerequisite host tools. 
     
    9797        echo GNU make $major.$minor too old. 
    9898        echo Please install GNU make 3.81 or higher to continue. 
    99         if [[ $NO_ERROR = 1 || -s /etc/debian_version ]]; then 
     99        if [[ $NO_ERROR = 1 || -s /etc/debian_version || \ 
     100            -s /etc/fedora-release ]]; then 
    100101                echo WARNING: should abort here, continuing... 
    101102        else