Re: A question about locations within a package, vis-à-vis postinstall script
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com 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/ If it's a shell script, it probably should read -Greg _______________________________________________ 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... And yet, ditto responds that it cannot 'get real path for source'. 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Greg Neagle