Re: A question about locations within a package, vis-à-vis postinstall script
Re: A question about locations within a package, vis-à-vis postinstall script
- Subject: Re: A question about locations within a package, vis-à-vis postinstall script
- From: Greg Neagle <email@hidden>
- Date: Tue, 21 Oct 2008 15:45:48 -0700
On Oct 21, 2008, at 3:16 PM, OSullivan, Steve wrote:
I have changed my ditto line to use $1, so that it now reads:
ditto $1/Resources/com.product.launchd.engine_osx.plist
/Library/LaunchDaemons/
And yet, ditto responds that it cannot 'get real path for source'.
If it's a shell script, it probably should read
ditto "$1/Contents/Resources/com.product.launchd.engine_os.plist" /
Library/LaunchDaemons/
so that the $1 variable gets interpolated into the pathname. And
"Contents" should be part of the path.
I have been learning this piecemeal, and working outside of the GUI.
How
would you suggest that I get the
com.product.launchd.engine_osx.plist file
into the bom and archive?
Using whatever method you are currently using to get all your other
files into the bom and archive.payload.
-Greg
_______________________________________________
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