Re: [svn:PHP-Sandwich] rev 1018 - PHP-Sandwich/trunk
[email protected] (David Wheeler) Sun, 24 Apr 2005 17:48:36 -0700
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Message-ID | <[email protected]> |
On Apr 24, 2005, at 3:55 PM, [email protected] wrote: > have Makefile.PL use the directory passed as the first argument > as the "php install directory," default this value to /usr/local/, > this allows PHP to be installed in a non-standard location > (like /home/sterling/private/php5 :) Why wouldn't you just use perl Makefile.PL DESTDIR=/home/sterling/private/php5 ? Regards, David