[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r16702: {tor} backport 16701 (in tor/branches/tor-0_2_0-patches: contrib/osx doc)



Author: phobos
Date: 2008-08-31 10:16:27 -0400 (Sun, 31 Aug 2008)
New Revision: 16702

Modified:
   tor/branches/tor-0_2_0-patches/contrib/osx/package.sh
   tor/branches/tor-0_2_0-patches/doc/tor-osx-dmg-creation.txt
Log:
backport 16701


Modified: tor/branches/tor-0_2_0-patches/contrib/osx/package.sh
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/package.sh	2008-08-31 14:15:15 UTC (rev 16701)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/package.sh	2008-08-31 14:16:27 UTC (rev 16702)
@@ -22,7 +22,7 @@
 #   man packagemaker
 
 # Make sure VERSION is set, so we don't name the package
-# "Tor--$OS-$ARCH-Bundle.dmg"
+# "Tor--$ARCH-Bundle.dmg"
 if [ "XX$VERSION" = 'XX' ]; then
   echo "VERSION not set."
   exit 1

Modified: tor/branches/tor-0_2_0-patches/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/branches/tor-0_2_0-patches/doc/tor-osx-dmg-creation.txt	2008-08-31 14:15:15 UTC (rev 16701)
+++ tor/branches/tor-0_2_0-patches/doc/tor-osx-dmg-creation.txt	2008-08-31 14:16:27 UTC (rev 16702)
@@ -61,7 +61,7 @@
 src/or/tor (for architecture ppc):      Mach-O executable ppc
 
 10) There should exist in the top-level directory a
-Tor-$VERSION-universal-$OS-Bundle.dmg
+Tor-$VERSION-universal-Bundle.dmg
 
 11) Congrats.  You have a universal binary. You are now ready to install Tor.