[or-cvs] r16701: {tor} remove the last vestiges of the OS variable. (in tor/trunk: contrib/osx doc)
phobos at seul.org
phobos at seul.org
Sun Aug 31 14:15:15 UTC 2008
Author: phobos
Date: 2008-08-31 10:15:15 -0400 (Sun, 31 Aug 2008)
New Revision: 16701
Modified:
tor/trunk/contrib/osx/package.sh
tor/trunk/doc/tor-osx-dmg-creation.txt
Log:
remove the last vestiges of the OS variable.
Modified: tor/trunk/contrib/osx/package.sh
===================================================================
--- tor/trunk/contrib/osx/package.sh 2008-08-31 09:13:48 UTC (rev 16700)
+++ tor/trunk/contrib/osx/package.sh 2008-08-31 14:15:15 UTC (rev 16701)
@@ -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/trunk/doc/tor-osx-dmg-creation.txt
===================================================================
--- tor/trunk/doc/tor-osx-dmg-creation.txt 2008-08-31 09:13:48 UTC (rev 16700)
+++ tor/trunk/doc/tor-osx-dmg-creation.txt 2008-08-31 14:15:15 UTC (rev 16701)
@@ -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.
More information about the tor-commits
mailing list