Trying to get full contents of root folder from command line
Trying to get full contents of root folder from command line
- Subject: Trying to get full contents of root folder from command line
- From: "OSullivan, Steve" <email@hidden>
- Date: Thu, 18 Sep 2008 16:12:33 -0700
- Thread-topic: Trying to get full contents of root folder from command line
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden