Re: Installing command line tools
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=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:subject:mime-version:date :x-mailer; bh=eziHz3TP/D9wquW9osULnbO2lA41Muc5p6I1Kf7q4SM=; b=Sx1wrqW1GfeJaUy+xFZjlHDQahl0CakJ5hoxnU6aOIxkMD+N1pmzOobX2ar7NEawPo xm1slKf024tyzkJcWUkvyLvJlcAemiiq+2tc259TyvY/bF8jW6R0/+4u/vBSxpx45sYu Hfz4Im/Sc0U0/wFmBgQ1V+VqTqDAOi/pDQiJA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:subject :mime-version:date:x-mailer; b=VStK5u8P3d8s/5jWT2NjcoDbTaRL8MeFS3XyyXPOG7XLxs1DsX0F8T3c8XWB4WR7Fb ekjKjEBNkK+oBZjJCF9xrBpA5UuMqXy5iRIi5CAT5/X1FanNdyVkzLZ0JgbCwz6H2EFj ou+wuyu7cBTt93urPFMbGSIfYS03U+zZb3AzQ= On Feb 3, 2009, at 11:56 PM, Eli Bach wrote: * Is there a way to Iceberg behavior out of PackageMaker w.r.t. a directory's contents? Eli _______________________________________________ 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... Yeah, this behaviour annoys me as well (that you can't just tell it to grab everything in a folder when it builds, instead of just the files present when the folder is added to the package in PackageMaker). Offhand, I can only think of brute-forcing it in, as in, directly editing the plist's within the pmdoc (as it's just a folder of a couple of plists) Just to follow up on this, PackageMaker seems to not really be deterministic about this. I just checked my current installer, and PackageMaker left the "packagename-contents.xml" file within the .pmdoc virtually empty (it only has "<pkg-contents spec="1.12"/>"). However, now when I reopen the .pmdoc and switch to looking at the package contents, PackageMaker will update this file with the specific contents of the folder. It appears to only hold the listing of all the files, so you may be able to just keep it as the empty xml tag. For me, building the package from the command line, it seems to properly grab the contents of the folder. This may be the way to do it. But I've also noticed that PackageMaker will sometimes (not always) crash if I remove the file xml entries from it using a text editor and then opening the .pmdoc This email sent to site_archiver@lists.apple.com
participants (1)
-
Eli Bach