site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=FoWFCY/LgmPa4pSL12PeCRBz7nbQcHLxgCeT+CIQ81U=; b=aOGRolePdFayVlukCo0+xoxmkPkZEq3GacV4H11cG56Ptv5T0BSAZZ2Y4JW9hK/Amr 9fbhls9hT+59JAFRZcqlNQLnXc6QeipOsMWE2DNZTJVFelV4cQkEmjkcsm8JmYCSWQCA aT4ZBedifNODFlQQ0kPUxUmWxW7PenPss9nXg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gQD4M2hKEKpJKMYdU7HUIt++UIanMxx5C+Vh6BbiP8ez2meB8emTOHLrrKFpSdiC9o aI0kYIDxC+NE0OqLKsnlPgypRcxoqUWWwLIDouLPMF8PGyn/aPiVfGkHiFGoExOPBHst PQ+1kXffcfVjNFPFPEZFXktMcbyyVSoUGMGB0= On Wed, Jan 21, 2009 at 2:07 PM, Mario Emmenlauer <mario@emmenlauer.de> wrote:
Hey Rick,
Rick Cochran wrote:
Here's what works for me:
sed -e '/<key>IFPkgPathMappings<\/key>/,/<\/dict>/d' -e '/<key>IFPkgRelocatedPath<\/key>/,/<string>.\/<\/string>/d' $(NAME).pkg/Contents/Info.plist > Info.plist.sed mv Info.plist.sed $(NAME).pkg/Contents/Info.plist
It works perfectly! Thanks a lot!
BTW: Removing IFPkgPathMappings was sufficient, IFPkgRelocatedPath does not appear in my package. Do you know if it is still needed with mpkg from PackageMaker 3.0.3?
Wow. Perfect timing. I was experiencing a similar problem, and have been lurking on the list to see if anything related comes up. For reference, my installer would work via the command line, or if it were an upgrade, but if it was run on a clean system, it would throw an exception while "determining files to install". Turns out this same bug/feature was causing this. Thanks a lot Rick and Mario! Cheers, Aaron _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Aaron Griffin