]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the osx version requirements on install due to a messy Installer
authorAndrew Lewman <andrew@torproject.org>
Wed, 21 Jun 2006 02:27:18 +0000 (02:27 +0000)
committerAndrew Lewman <andrew@torproject.org>
Wed, 21 Jun 2006 02:27:18 +0000 (02:27 +0000)
situation between pre-panther, tiger and beyond, and metapackages.

svn:r6672

contrib/osx/TorBundleInfo.plist.in
contrib/osx/package.sh

index a36c202dbd93df86f5266ca2a3dbd70043859a6f..16cc83694eeac9674b74556c62b8848c74af0952 100644 (file)
        <string>@VERSION@</string>
        <key>IFPkgFlagComponentDirectory</key>
        <string>../.contained_packages</string>
-       <key>IFRequirementDicts</key>
-       <array>
-               <dict>
-                       <key>SpecType</key>
-                       <string>plist</string>
-                       <key>SpecArgument</key>
-                       <string>/System/Library/CoreServices/SystemVersion.plist</string>
-                       <key>SpecProperty</key>
-                       <string>ProductVersion</string>
-                       <key>TestOperator</key>
-                       <string>&gt;=</string>
-                       <key>TestObject</key>
-                       <string>OSVER</string>
-               </dict>
-       </array>
        <key>IFPkgFlagPackageList</key>
        <array>
                <dict>
index 4715c7350dd9020c12b00b2b97ddf44df625db8c..1012163a0556c327c08b03a03f8c7883421059c0 100644 (file)
@@ -149,7 +149,7 @@ mkdir -p "$MPKG/Contents/Resources"
 echo -n "pmkrpkg1" > "$MPKG/Contents/PkgInfo"
 cp contrib/osx/ReadMe.rtf "$MPKG/Contents/Resources"
 #cp contrib/osx/License.rtf "$MPKG/Contents/Resources"
-sed -E -e "s/OSVER/$OSVER/" contrib/osx/TorBundleInfo.plist > "$MPKG/Contents/Info.plist"
+cp contrib/osx/TorBundleInfo.plist "$MPKG/Contents/Info.plist"
 cp contrib/osx/TorBundleWelcome.rtf "$MPKG/Contents/Resources/Welcome.rtf"
 cp contrib/osx/TorBundleDesc.plist "$MPKG/Contents/Resources/Description.plist"
 cp contrib/osx/tor_logo.gif "$MPKG/Contents/Resources/background.gif"