[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2742: Add the latest OSX for identification. (vidalia/trunk/pkg/osx)
Author: phobos
Date: 2008-06-16 19:28:41 -0400 (Mon, 16 Jun 2008)
New Revision: 2742
Modified:
vidalia/trunk/pkg/osx/builddmg.sh.in
Log:
Add the latest OSX for identification.
Modified: vidalia/trunk/pkg/osx/builddmg.sh.in
===================================================================
--- vidalia/trunk/pkg/osx/builddmg.sh.in 2008-06-16 23:24:27 UTC (rev 2741)
+++ vidalia/trunk/pkg/osx/builddmg.sh.in 2008-06-16 23:28:41 UTC (rev 2742)
@@ -35,6 +35,7 @@
# the OS version
OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2`
case "$OSVER" in
+ "10.6") OS="snowleopard";;
"10.5") OS="leopard";;
"10.4") OS="tiger";;
"10.3") OS="panther";;