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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=mt0oJwWcfb//i31DI49Zb8kuyjzC/OB6a0nxVI3lw24=; b=hoIPaeCBLwQBwKVNnLbkQFkGwyMHh6vOD+/wgtC9F60suq7+MD03OytfBHOhhRP9iO N1XjcXLkBTqU5ONDdyx4DjH1Lioo+QT78fV0fsFAq42i8eV3Q2kar0CBNugYKInLwBWN 2Mslv3e8SLBp6dnMe4cIq5CRTcdjUz9YdmY+Y= Wouldn't /Users/Shared/ work for you? Also, please use /bin/rm instead of rm, /bin/mkdir instead of mkdir, and /bin/cp instead of cp. On Wed, Oct 19, 2011 at 10:44 AM, Ron Aldrich <raldrich@mac.com> wrote:
Hello All, I've run into an issue with the following installer postinstall script: #!/bin/sh # postinstall.sh rm -f /Library/Application\ Support/Eternal/Eternal™\ Photo\ Drive.dmg mkdir -p /Library/Application\ Support/Eternal cp /Volumes/Eternal™\ Photo\ Drive/.Gozinta_support/Eternal™\ Photo\ Drive.dmg /Library/Application\ Support/Eternal/ The function of the script is to make a copy of the installer (and all of it's support files) and place it somewhere on the drive where it will be accessible to the application later. The file needs to be installed in a manner that allows it to be read by all users. The issue is that while the script used to work fine up until Lion, it now fails because /Library/Application Support/ is no longer user writable. Any suggestions? Thanks, Ron Aldrich Software Architects, Inc.
_______________________________________________ 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/dev.iceberg%40gmail.com
This email sent to dev.iceberg@gmail.com
_______________________________________________ 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