Show
Ignore:
Timestamp:
06/16/08 19:28:41 (7 months ago)
Author:
phobos
Message:

Add the latest OSX for identification.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/pkg/osx/builddmg.sh.in

    r2362 r2742  
    3636  OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2` 
    3737  case "$OSVER" in 
     38    "10.6") OS="snowleopard";; 
    3839    "10.5") OS="leopard";; 
    3940    "10.4") OS="tiger";;