diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 13:26:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 13:26:26 +0000 |
commit | 5c8863fab8f0a8ad1440a1f005c87e9f3ab24a3d (patch) | |
tree | 7fe85e86c01f7a9e32ed99191fddcec5f84d5c0d /INSTALL | |
parent | 271df126cf460e6b3d92c5f448bd1ce92f177c3a (diff) | |
download | perl-5c8863fab8f0a8ad1440a1f005c87e9f3ab24a3d.tar.gz |
Slight rewording on the destdir.
p4raw-id: //depot/perl@20314
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -650,9 +650,10 @@ Here's one way to do that: cd /opt/perl # Or wherever you specified as $prefix tar xvf perl5-archive.tar -Alternatively, perl honors the DESTDIR variable in the make install -call. DESTDIR is automatically prepended to all the installation paths. -With DESTDIR, the above example can we written as: +Alternatively, the DESTDIR variable is honored during C<make install>. +The DESTDIR is automatically prepended to all the installation paths +(and there is no need to edit anything). With DESTDIR, the above +example can we written as: sh Configure -Dprefix=/opt/perl -des make |