# fss-0002

main:
  chgrp -hR d_package ${PC}
  chmod -R o-rx ${PC}
  find ${PC}bin ${PC}lib -type f -exec chgrp -h e_package '{}' ';'

