[or-cvs] Remove a merged if-then from line 85

phobos at seul.org phobos at seul.org
Sun Jul 16 18:18:42 UTC 2006


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria:/tmp/cvs-serv23571

Modified Files:
	package.sh 
Log Message:
Remove a merged if-then from line 85


Index: package.sh
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/package.sh,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -d -r1.27 -r1.28
--- package.sh	16 Jul 2006 13:58:10 -0000	1.27
+++ package.sh	16 Jul 2006 18:18:40 -0000	1.28
@@ -82,9 +82,6 @@ cp contrib/osx/Tor_Uninstaller.app.tar.g
 cp contrib/osx/uninstall_tor_bundle.sh $BUILD_DIR/tor_resources/uninstall_tor_bundle.sh
 cp contrib/osx/package_list.txt $BUILD_DIR/tor_resources/package_list.txt
 cp contrib/osx/tor_logo.gif $BUILD_DIR/tor_resources/background.gif
-if [ $OS = "tiger" OR $OS = "leopard" ]; then
-cp contrib/osx/net.freehaven.tor.plist $BUILD_DIR/tor_resources/net.freehaven.tor.plist
-fi
 cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt
 Tor: an anonymous Internet communication system
 



More information about the tor-commits mailing list