Note that files from the FreeBSD website build process are actually installed under $DESTDIR/data
PR: docs/162862 Submitted by: Pirat Sriyotha <jotawski at gmail dot com>
This commit is contained in:
parent
def7b885b7
commit
dde006e983
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37975
1 changed files with 4 additions and 1 deletions
|
@ -287,7 +287,10 @@ cvsroot-doc</programlisting>
|
|||
<step>
|
||||
<para>Run the &man.make.1; <maketarget>install</maketarget> target,
|
||||
setting the <makevar>DESTDIR</makevar> variable to the name of the
|
||||
directory you want to install the files to.</para>
|
||||
directory you want to install the files to. The actual files are
|
||||
installed under <filename class="directory">$DESTDIR/data</filename>
|
||||
which should be configured as your web server's document
|
||||
root.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput><command>env</command> <makevar>DESTDIR</makevar>=<replaceable>/usr/local/www</replaceable> <command>make</command> <maketarget>install</maketarget></userinput></screen>
|
||||
</step>
|
||||
|
|
Loading…
Reference in a new issue