소스 검색

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