]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove the last vestiges of the OS variable.
authorAndrew Lewman <andrew@torproject.org>
Sun, 31 Aug 2008 14:15:15 +0000 (14:15 +0000)
committerAndrew Lewman <andrew@torproject.org>
Sun, 31 Aug 2008 14:15:15 +0000 (14:15 +0000)
svn:r16701

contrib/osx/package.sh
doc/tor-osx-dmg-creation.txt

index e792f86ea0c37ffca4705a419c0048e796d76d19..19615183aa2e0290b30b419835bef7a5b068755b 100644 (file)
@@ -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
index 97d189e64bac8535fe65daa9db78b264ca6be685..6728e24ae896d9b7f29f9114dedcfdc16361a089 100644 (file)
@@ -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.