Changeset 2741 for vidalia/trunk/pkg/osx/buildmpkg.sh.in
- Timestamp:
- 06/16/08 19:24:27 (7 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/pkg/osx/buildmpkg.sh.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/pkg/osx/buildmpkg.sh.in
r2693 r2741 17 17 # Copyright (c) 2001-2004, Roger Dingledine 18 18 # Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson 19 # Copyright (c) 2008, Andrew Lewman 19 20 # 20 21 # Redistribution and use in source and binary forms, with or without … … 68 69 OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2` 69 70 case "$OSVER" in 71 "10.6") OS="snowleopard";; 70 72 "10.5") OS="leopard";; 71 73 "10.4") OS="tiger";; … … 152 154 cp $TOR_DIR/contrib/osx/Tor_Uninstaller.applescript $BUILD_DIR/tor_resources/ 153 155 cp $TOR_DIR/contrib/osx/uninstall_tor_bundle.sh $BUILD_DIR/tor_resources/ 154 cp $TOR_DIR/contrib/osx/package_list.txt $BUILD_DIR/tor_resources/156 cp package_list.txt $BUILD_DIR/tor_resources/ 155 157 cp TorPostflight $BUILD_DIR/tor_resources/postflight 156 158 … … 214 216 find $PKG_DIR/Privoxy.pkg -type d -print0 | xargs -0 chmod u+w 215 217 216 217 218 ## 218 219 # Build the Privoxy configuration package
