Fix patch name in apache instructions

This commit is contained in:
Pierre Labastie 2023-01-19 10:33:16 +01:00
parent 68995dfe57
commit 3aec06bb44

View File

@ -126,7 +126,7 @@ useradd -c "Apache Server" -d /srv/www -g apache \
following commands:
</para>
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-3.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;