Thanks for the review. Just a FYI that I did run into one additional issue while testing with PUBLISHALL "uncommented" - the alternate definition of MANIFESTS need to be updated too from
$(PUBLISHALL)MANIFESTS:sh = (cd manifests; print *.p5m)
to
$(PUBLISHALL)MANIFESTS:sh = \
(cd manifests; print *.p5m | sed -e 's/:/\\:/g')
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
