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