Apache: remove the note about DESTDIR install

With the patch change it is possible to do a DESTDIR install
as a normal user.
This commit is contained in:
Pierre Labastie 2022-03-19 11:38:27 +01:00
parent e6ec6d6b40
commit 710cd22f3b

View File

@ -160,14 +160,14 @@ make</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<!-- changing the patch allows doing DESTDIR install as a normal user
<note>
<para>
This package does not install properly using <envar>DESTDIR</envar>
techniques as an unpriviledged user.
</para>
</note>
-->
<screen role="root"><userinput>make install &amp;&amp;
mv -v /usr/sbin/suexec /usr/lib/httpd/suexec &amp;&amp;