Fixed hdparm installation to alternate prefix

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6358 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2006-10-26 03:10:43 +00:00
parent 792cb12e71
commit c11a232945
2 changed files with 7 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<filename class="directory">/usr</filename> hierarchy, then replace the above
command with the following:</para>
<screen role="root"><userinput>make binprefix=/usr install</userinput></screen>
<screen role="root"><userinput>make binprefix=/usr/ install</userinput></screen>
</sect2>

View File

@ -44,6 +44,12 @@
<listitem>
<para>October 25th, 2006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Fixed the hdparm instructions to work
correctly when installing to an alternate prefix. Thanks to
Miguel Bazdresch for reporting the problem. Fixes ticket
#2196.</para>
</listitem>
<listitem>
<para>[bdubbs] - Updated to zip 2.32.</para>
</listitem>