Trying to get full contents of root folder from command line
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: AckZ5Ae/cYp3kVPcLEOK72B05xm7YA== Thread-topic: Trying to get full contents of root folder from command line User-agent: Microsoft-Entourage/12.12.0.080729 Hello All, I am trying to create an installer package under 10.5.5 using Xcode 3.1 (and its corresponding version of PackageMaker) from the command line. When I run the script below, I do get a package where I would like it to be, but it does not contain everything that I think should be in it. On my root there is /pkg_base_engine which contains about 35 files within it. One of these items is a directory. When I run my script, I get a package that contains only one file (when it is installed) which is within the directory within the /pkg_base_engine directory. What am I doing wrong? # --- begin script #!/bin/sh set -vx VERSION=$1 BUILDVERSION=$2 GETDATE=$(date +%m%d%y) CONSOLETARGET="/Volumes/TestingMac/test/Installers/test_${1}_${GETDATE}/Engi ne.pkg" # --- end script packagemaker -r /pkg_base_engine/ -o ${CONSOLETARGET} -i com.emc.company -n ${BUILDVERSION} -t "company Engine" -l /Applications/company/Engine -g 10.5 -h system -v -b I know that this is going to turn out to be something simple (I know it is a real newb question) but any and all assistance is greatly appreciated! Regards, Steve O'Sullivan _______________________________________________ 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)
-
OSullivan, Steve