Changeset 815
- Timestamp:
- 10/02/06 23:08:30 (2 years ago)
- Files:
-
- trunk/freewrt/scripts/scan-tools.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/scan-tools.sh
r566 r815 12 12 # or other materials provided with binary redistributions. 13 13 # 14 # A ll advertising materials mentioning features or use of this soft-15 # ware mustdisplay the following acknowledgement:14 # Advertising materials mentioning features or use of this work must 15 # display the following acknowledgement: 16 16 # This product includes material provided by Thorsten Glaser. 17 17 # This acknowledgement does not need to be reprinted if this work is … … 27 27 # direct error of said person and intended use of this work, loss or 28 28 # 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. 30 30 #- 31 31 # Scan for prerequisite host tools. … … 97 97 echo GNU make $major.$minor too old. 98 98 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 100 101 echo WARNING: should abort here, continuing... 101 102 else


