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:mime-version:subject:date :x-mailer; bh=ZfZn/TkARWWkf/dnGWat0dtwxKWMLxN/1cR+8Rls0fI=; b=cCq/YqYeIehY/HASYCWUwsQwaWr0SVpi1rFviPRnQNYymz2uAW1qSAtQvLq30ujGv1 n3fdr3lXdnqcj27DI97rO9C+SdsS6bwCp03H2D7EGLKHa1Bic0EYwBoPlSPZetceeINH pipKvNEH4u9NtT0X5q1Gtqyq+dt3MF0Q0HonY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=Kmjp/axiC+XEK8CVKyah31N+Rf9Vuq6c+nBN9l0Q9XTIkQ0WLLtybHCWdPXnUps4jK AoICTUbKHcL22Lk06+kd1S26oZXEyg7H2CUMJExGupfDHRpekJm4I6149RE98NwWO0dO eyC4WBvVJO6yUFVgErs+m6pIgaRL30IUztdR4= So far I have tried: ^\./Library/Caches/.+$ ^\./Library/Caches/*$ ^\./Library/Caches/. -- Karl Kuehn larkost@softhome.net _______________________________________________ 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... I am trying to use the --filter option to get rid of the contents of a few folders and am having troubles writing the filter lines in a way that they pick up everything in the folder, but don't wipe out the folder as well. For a little more clarity: I am writing a small program that will package up a template user into a .pkg for use in a imaging (ask in deploying computers) solution. It would be difficult for me to figure out if I have to re-create certain folders (like ~/ Downloads) as one part of this operation does not talk to the other (except through this package), and there is the potential that odd things like ACLs or non-standard permissions could be applied to them. And everything I have tried either does not match, or wipes out the directory as well (all these examples do the latter). Apple's documentation on the subject just talks about this being a "regular expression" and goes no farther. Anyone have any good ideas? This email sent to site_archiver@lists.apple.com
participants (1)
-
Karl Kuehn