PackageMaker command-line package size problem
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi, Does any one have any idea what's going on here? Thanks for any help Paul _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I've used PackageMaker, through its GUI, to make a pkg of a component, which came out as 765kB in size. To automate my build process a bit, I've now got a bash script which copys the component into a Temp folder and then builds the pkg using PackageMaker's command-line parameters, (extract below): "${PKGM}" -build -p ./MyAU.pkg -f ./Temp -d ./PackageStuff/AU/Description.plist -i ./PackageStuff/AU/info.plist This builds a pkg, which functions correctly. The only problem with it is that the pkg built with the command-line is 1.4mB in size. If I look at the contents, the difference in size is coming from the Contents/Resources sub-folder. In the GUI built pkg there's a .pax.gz file which is 1kB in size, but in the command-lne build pkg there's a .pax.gz file which is 700kB. Both pkg's have a .pax.gz of about 700kB in the Contents sub-folder, but it looks like the command-line built one has a duplicate in the Contents/Resources sub-folder. _________________________________________________________________ Tell Hotmail about an email that changed your life! http://www.emailbritain.co.uk/ This email sent to site_archiver@lists.apple.com
participants (1)
-
Paul Tapper