diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-27 16:10:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-27 16:10:13 -0400 |
commit | 16dd9c4fc64b54887645612ce9e9503861ea2f5f (patch) | |
tree | 3d2bed6285159460561900748105da5df1243a42 /README | |
parent | e22b18aabcb46e3c0eafeb466b51bb3eb18cf1e1 (diff) |
parameterize FIND and SED
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ A few special variables you can set while using the Makefile.PL: unless your perl is less buggy than mine -- see http://bugs.debian.org/411786) + MAKE, FIND, and SED can be used to specify where you have the GNU + versions of those tools installed, if the normal make, find, and sed + are not GNU. + There are also other variables supported by MakeMaker, including PREFIX, INSTALL_BASE, and DESTDIR. See ExtUtils::MakeMaker(3). |