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

Update vidalia-bundle for osx to work with the new Tor dmgs.

Files:
1 modified

Legend:

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

    r2693 r2741  
    1717#  Copyright (c) 2001-2004, Roger Dingledine 
    1818#  Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson 
     19#  Copyright (c) 2008, Andrew Lewman 
    1920#  
    2021#  Redistribution and use in source and binary forms, with or without 
     
    6869  OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2` 
    6970  case "$OSVER" in 
     71    "10.6") OS="snowleopard";; 
    7072    "10.5") OS="leopard";; 
    7173    "10.4") OS="tiger";; 
     
    152154cp $TOR_DIR/contrib/osx/Tor_Uninstaller.applescript $BUILD_DIR/tor_resources/ 
    153155cp $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/ 
     156cp package_list.txt $BUILD_DIR/tor_resources/ 
    155157cp TorPostflight $BUILD_DIR/tor_resources/postflight 
    156158 
     
    214216find $PKG_DIR/Privoxy.pkg -type d -print0 | xargs -0 chmod u+w 
    215217 
    216  
    217218## 
    218219# Build the Privoxy configuration package