grewil has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I'm trying to learn about module installation with Makefile.pl. As a matter of fact, I'm trying to install more than a module, as I want to ship along a config file as well, to go in $PREFIX/etc/my_config.
I can't seem to find a way to do that. In the manifest, I can get it included in the distribution tarball, but how to make "make install" put my_config in /etc seems hard. "make install" only seems to install perl modules and their doc files.
Any advice, wise and generous perl monks?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Install "other files" with Makefile.pl
by DrHyde (Prior) on May 10, 2011 at 10:06 UTC | |
|
Re: Install "other files" with Makefile.pl
by Anonymous Monk on May 10, 2011 at 10:12 UTC | |
by grewil (Novice) on May 11, 2011 at 11:54 UTC | |
|
Re: Install "other files" with Makefile.pl
by danb (Friar) on May 10, 2011 at 18:39 UTC |