From: Andrew Lewman Date: Tue, 2 Dec 2008 23:47:27 +0000 (+0000) Subject: It's Short not Sort. Fix path to package list. X-Git-Tag: tor-0.2.1.8-alpha~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2321cfd2f89899e77f7df96197ce7016a037b13;p=thirdparty%2Ftor.git It's Short not Sort. Fix path to package list. svn:r17458 --- diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in index b84ba253d7..61b4f8368b 100644 --- a/contrib/osx/TorBundleInfo.plist.in +++ b/contrib/osx/TorBundleInfo.plist.in @@ -8,7 +8,7 @@ Tor Bundle @VERSION@ CFBundleIdentifier net.freehaven.torbundle - CFBundleSortVersionString + CFBundleShortVersionString @VERSION@ IFPkgFlagComponentDirectory ../.contained_packages diff --git a/contrib/osx/TorInfo.plist.in b/contrib/osx/TorInfo.plist.in index 1918a5e6bc..a5bc13f88b 100644 --- a/contrib/osx/TorInfo.plist.in +++ b/contrib/osx/TorInfo.plist.in @@ -8,7 +8,7 @@ Tor @VERSION@ CFBundleName Tor - CFBundleSortVersionString + CFBundleShortVersionString @VERSION@ IFPkgFlagAllowBackRev diff --git a/contrib/osx/TorStartupInfo.plist b/contrib/osx/TorStartupInfo.plist index 838390dd8d..08d92742a6 100644 --- a/contrib/osx/TorStartupInfo.plist +++ b/contrib/osx/TorStartupInfo.plist @@ -8,7 +8,7 @@ Tor Startup Script CFBundleName Tor Startup Script - CFBundleSortVersionString + CFBundleShortVersionString 0.1 IFPkgFlagAllowBackRev diff --git a/contrib/osx/uninstall_tor_bundle.sh b/contrib/osx/uninstall_tor_bundle.sh index b7d6427559..9089407edb 100755 --- a/contrib/osx/uninstall_tor_bundle.sh +++ b/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