I have created a OS x pkg using package maker, that install a custom SDK and Xcode plug-in, the permissions of the payload are set to root:admin and chmod 775, as recommended.
That works fine on OS X 10.6(Snow Leopard) with Packages created with Xcode 3.2 and Xcode 4.0, but in OS X 10.7 (Lion) with Xcode 4.1, the permissions of the files are some how changed to root:wheel
If i create the 10.7 package in 10.6, the permissions are set correctly. Any ideas if there was some change in 10.7 or Xcode 4.1 with respect package permissions?