Browse Source

It's Short not Sort. Fix path to package list.

svn:r17458
Andrew Lewman 15 years ago
parent
commit
b2321cfd2f

+ 1 - 1
contrib/osx/TorBundleInfo.plist.in

@@ -8,7 +8,7 @@
 	<string>Tor Bundle @VERSION@</string>
 	<key>CFBundleIdentifier</key>
 	<string>net.freehaven.torbundle</string>
-	<key>CFBundleSortVersionString</key>
+	<key>CFBundleShortVersionString</key>
 	<string>@VERSION@</string>
 	<key>IFPkgFlagComponentDirectory</key>
 	<string>../.contained_packages</string>

+ 1 - 1
contrib/osx/TorInfo.plist.in

@@ -8,7 +8,7 @@
 	<string>Tor @VERSION@</string>
 	<key>CFBundleName</key>
 	<string>Tor</string>
-	<key>CFBundleSortVersionString</key>
+	<key>CFBundleShortVersionString</key>
 	<string>@VERSION@</string>
 	<key>IFPkgFlagAllowBackRev</key>
 	<true/>

+ 1 - 1
contrib/osx/TorStartupInfo.plist

@@ -8,7 +8,7 @@
 	<string>Tor Startup Script</string>
 	<key>CFBundleName</key>
 	<string>Tor Startup Script</string>
-	<key>CFBundleSortVersionString</key>
+	<key>CFBundleShortVersionString</key>
 	<string>0.1</string>
 	<key>IFPkgFlagAllowBackRev</key>
 	<true/>

+ 1 - 1
contrib/osx/uninstall_tor_bundle.sh

@@ -31,7 +31,7 @@
 
 ### this is the location of a file which contains all the actual package names
 ##	(ie "Tor", "torstartup", ...) the list should be new-line-delimited.
-PACKAGE_LIST_SRC=./package_list.txt
+PACKAGE_LIST_SRC=/Library/Tor/package_list.txt
 
 ### this is the name of the user created in the install process of Tor
 TOR_USER=_tor