I'm developing a CGI application. It includes a perl module
that gets installed in the usual place, some command-line
scripts that should go in INSTALLSCRIPT and some CGI scripts
that need to go into a cgi-bin directory.

What is my best strategy for handling installation? The two
categories of script seems to be a problem. Is there a simple
way to hook into the install process, or is there a straight-
forward way to add another directory, or should I punt and
simply include instructions on which files to copy into
the cgi-bin directory, or provide my own post-install script
that the person installing would have to run by hand after
'make install'.

  -Norton Allen

Reply via email to