package id should be org.torproject not net.freehaven. Fix the

torbutton version in postflight.


svn:r17159
This commit is contained in:
Andrew Lewman 2008-10-27 03:19:07 +00:00
parent d386b81512
commit 87cdf5fd79
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleGetInfoString</key>
<string>Tor Bundle @VERSION@</string>
<key>CFBundleIdentifier</key>
<string>net.freehaven.torbundle</string>
<string>org.torproject.torbundle</string>
<key>CFBundleSortVersionString</key>
<string>@VERSION@</string>
<key>IFPkgFlagComponentDirectory</key>

View File

@ -46,7 +46,7 @@ TORGROUP=daemon
TARGET=$2/Library/Tor
TORDIR=$TARGET/var/lib/tor
LOGFILE=/var/log/tor.log
TORBUTTON_VERSION="1.2.0rc5"
TORBUTTON_VERSION="1.2.0-fx"
# Check defaults for TARGET
if [ "$TARGET" == "//Library/Tor" ]; then