From b2321cfd2f89899e77f7df96197ce7016a037b13 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Tue, 2 Dec 2008 23:47:27 +0000 Subject: It's Short not Sort. Fix path to package list. svn:r17458 --- contrib/osx/TorBundleInfo.plist.in | 2 +- contrib/osx/TorInfo.plist.in | 2 +- contrib/osx/TorStartupInfo.plist | 2 +- contrib/osx/uninstall_tor_bundle.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/osx') 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 -- cgit v1.2.3-54-g00ecf