Эх сурвалжийг харах

Udev docs directory already exists

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 жил өмнө
parent
commit
997a8b7c5f

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <para>2007-02-23</para>
       <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Dropped the -D switch from the Udev
+          documentation install command since it is already created by
+          udev-config. Reported by Chris Staub.</para>
+        </listitem>
         <listitem>
           <para>[dnicholson] - Corrected the text about Udev not installing
           any configuration files. Reported by Chris Staub.</para>

+ 1 - 1
chapter06/udev.xml

@@ -122,7 +122,7 @@ make install</userinput></screen>
     rules:</para>
 
 <screen><userinput>cd ..
-install -m644 -D -v docs/writing_udev_rules/index.html \
+install -m644 -v docs/writing_udev_rules/index.html \
     /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
 
   </sect2>