Re: Package Maker problem
Re: Package Maker problem
- Subject: Re: Package Maker problem
- From: Aaron Griffin <email@hidden>
- Date: Wed, 21 Jan 2009 15:45:38 -0600
On Wed, Jan 21, 2009 at 2:07 PM, Mario Emmenlauer <email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden