Ignore:
Timestamp:
10/06/2006 05:56:26 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
30d4061
Parents:
728955b
Message:

Hacked Make version check to allow using Make-3.81beta4 that is shiped in Kubuntu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_check_version.sh

    r728955b rae3966e  
    8484    check_version "2.5"      "$(grep --version  | head -n1 | cut -d" " -f4)"     "GREP"
    8585    check_version "1.2.4"    "$(gzip --version 2>&1 | head -n1 | cut -d" " -f2)" "GZIP"
    86     check_version "3.79.1"   "$(make --version  | head -n1 | cut -d " " -f3)"    "MAKE"
     86    check_version "3.79.1"   "$(make --version  | head -n1 | cut -d " " -f3 | cut -c1-4)"    "MAKE"
    8787    check_version "2.5.4"    "$(patch --version | head -n1 | cut -d" " -f2)"     "PATCH"
    8888    check_version "3.0.2"    "$(sed --version   | head -n1 | cut -d" " -f4)"     "SED"
Note: See TracChangeset for help on using the changeset viewer.