From: Andrew Lewman Date: Wed, 21 Jun 2006 02:27:18 +0000 (+0000) Subject: Remove the osx version requirements on install due to a messy Installer X-Git-Tag: tor-0.1.1.23~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03bea739f8d473b3362a3f1b8b8bfe6222293238;p=thirdparty%2Ftor.git Remove the osx version requirements on install due to a messy Installer situation between pre-panther, tiger and beyond, and metapackages. svn:r6672 --- diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in index a36c202dbd..16cc83694e 100644 --- a/contrib/osx/TorBundleInfo.plist.in +++ b/contrib/osx/TorBundleInfo.plist.in @@ -12,21 +12,6 @@ @VERSION@ IFPkgFlagComponentDirectory ../.contained_packages - IFRequirementDicts - - - SpecType - plist - SpecArgument - /System/Library/CoreServices/SystemVersion.plist - SpecProperty - ProductVersion - TestOperator - >= - TestObject - OSVER - - IFPkgFlagPackageList diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 4715c7350d..1012163a05 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -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"