Преглед на файлове

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

svn:r17458
Andrew Lewman преди 17 години
родител
ревизия
b2321cfd2f
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      contrib/osx/TorBundleInfo.plist.in
  2. 1 1
      contrib/osx/TorInfo.plist.in
  3. 1 1
      contrib/osx/TorStartupInfo.plist
  4. 1 1
      contrib/osx/uninstall_tor_bundle.sh

+ 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