Show
Ignore:
Timestamp:
11/12/08 16:33:44 (2 months ago)
Author:
jhasse
Message:

Warning for creating <1.4 packages with x86_64 binaries in them and a minor fix for stub.4.template.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • main/trunk/makepackage

    r2513 r2522  
    13781378        IFS="$oIFS" 
    13791379         
     1380        if [[ "$AUTOPACKAGETARGET" < "1.4" ]] && $found_64bit_binary; then 
     1381                warnings=$( red; outn "WARNING: "; normal; out "AutopackageTarget should be set to at least 1.4 because your package contains 64 bit binaries."; echo "$warnings"; ) 
     1382        fi 
     1383 
    13801384        if [[ "$AUTOPACKAGETARGET" > "1.2" ]]; then 
    13811385                if [[ "$CPUARCHITECTURES" == "" ]]; then