summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-08-31 14:16:27 +0000
committerAndrew Lewman <andrew@torproject.org>2008-08-31 14:16:27 +0000
commit8cf2773aa761670dedf2c2f4a99cc34999d830a5 (patch)
treed23c1643c375c44e3d3e3675dfae44c8c6a3fb48
parentb94d7042abbde745616b8ada363a2bd939f46529 (diff)
downloadtor-8cf2773aa761670dedf2c2f4a99cc34999d830a5.tar.gz
tor-8cf2773aa761670dedf2c2f4a99cc34999d830a5.zip
backport 16701
svn:r16702
-rw-r--r--contrib/osx/package.sh2
-rw-r--r--doc/tor-osx-dmg-creation.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index e792f86ea0..19615183aa 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -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
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt
index 97d189e64b..6728e24ae8 100644
--- a/doc/tor-osx-dmg-creation.txt
+++ b/doc/tor-osx-dmg-creation.txt
@@ -61,7 +61,7 @@ src/or/tor (for architecture i386): Mach-O executable i386
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.