Fix libvolume_key.h path

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19434 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2017-11-04 21:51:30 +00:00
parent ca041f6601
commit 749b269466

View File

@ -126,7 +126,7 @@ make</userinput></screen>
</para>
<screen role="root"><userinput>make install &amp;&amp;
sed -i '/config.h/d' /usr/include/libvolume_key.h</userinput></screen>
sed -i '/config.h/d' /usr/include/volume_key/libvolume_key.h</userinput></screen>
</sect2>
@ -134,7 +134,7 @@ sed -i '/config.h/d' /usr/include/libvolume_key.h</userinput></screen>
<title>Command Explanations</title>
<para>
<command>sed -i '/config.h/d' /usr/include/libvolume_key.h</command>:
<command>sed -i '/config.h/d' /usr/include/volume_key/libvolume_key.h</command>:
Removes a reference to config.h, which is not installed.
</para>