mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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:
parent
ca041f6601
commit
749b269466
@ -126,7 +126,7 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user