In implementing a fix, I found that the static web files (pkg.css, icon, ..) were not being copied to the proto area when doing a 'make install' from the top of the source tree.
On reviewing the output of the make, it seems like the target ("install") is not being used when make goes into the web directory.
I got this to work by changing "$(TARGET)" to "install" in the install target for web in the top level Makefile.
The question is, is this a fault in my environment, or do others see this when they do a 'make install'? To verify it, remove the proto directory run 'make install' and the check to see if there are any files in proto/root_/usr/share/lib/pkg
Thanks, Trev
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
