From: Andrew Lewman Date: Sun, 31 Aug 2008 14:15:15 +0000 (+0000) Subject: remove the last vestiges of the OS variable. X-Git-Tag: tor-0.2.1.5-alpha~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=147f75c525ff5a3bf1b01eafe99f6fffda8f7e3d;p=thirdparty%2Ftor.git remove the last vestiges of the OS variable. svn:r16701 --- 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.