diff options
author | Peter Saveliev <svinota.saveliev@gmail.com> | 2011-06-02 09:28:23 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-06-02 09:28:23 -0400 |
commit | 89ec3cde42c7b1bb44e6a7b39f73dbec5e892d04 (patch) | |
tree | e21e1db27c87aa6c3951cfef75f3455fab75686a /man/man1 | |
parent | 363062eab4dfbd7d484862fe35b73962caa635ef (diff) | |
download | plan9port-89ec3cde42c7b1bb44e6a7b39f73dbec5e892d04.tar.gz plan9port-89ec3cde42c7b1bb44e6a7b39f73dbec5e892d04.tar.bz2 plan9port-89ec3cde42c7b1bb44e6a7b39f73dbec5e892d04.zip |
INSTALL: add -r flag
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4526096
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/install.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/man1/install.1 b/man/man1/install.1 index c7afc54c..43ac8aa0 100644 --- a/man/man1/install.1 +++ b/man/man1/install.1 @@ -8,6 +8,9 @@ cd \*9; ./INSTALL .B -b | .B -c +] [ +.B -r +.I path ] .SH DESCRIPTION To obtain the Plan 9 tree, use Mercurial @@ -56,6 +59,13 @@ flag, performs only the second step. The first step can be done with the tree in a temporary work directory, but the second step must be done once the tree is in its final location. +If you want to build the project in one location and then install into +another location, use +.B -r +.I path +to specify the +.I final +location of Plan9 tree. These flags are only necessary when trying to conform to the expectations of certain package management systems. .PP |