What's the standard (if any) for how to configure a build script to 
install specific files (e.g. httpd.conf) in someplace other than the 
standard Perl library/script/man locations?

For example, if my distro contains a bunch of .pm files and .pl files, 
which go in the "normal" place, and my distro also contains:

   app_startup.pl
   httpd.conf

and I want those installed as:

   app_startup.pl   => "$some_dir/app-startup.pl",  # mode 555
   httpd.conf       => "$some_other_dir/conf",      # mode 444

is there a good standardized way to do this?


-M

Reply via email to