Author: randy
Date: 2007-03-23 20:47:20 -0600 (Fri, 23 Mar 2007)
New Revision: 6688

Modified:
   trunk/BOOK/general/prog/junit.xml
Log:
Fixed incorrect installation command in the JUnit instructions

Modified: trunk/BOOK/general/prog/junit.xml
===================================================================
--- trunk/BOOK/general/prog/junit.xml   2007-03-24 01:25:20 UTC (rev 6687)
+++ trunk/BOOK/general/prog/junit.xml   2007-03-24 02:47:20 UTC (rev 6688)
@@ -75,8 +75,8 @@
 
 <screen role="root"><userinput>install -v -m755 -d 
/usr/share/{,doc/}junit-&junit-version; &amp;&amp;
 chown -R root:root . &amp;&amp;
-cp -v -R junit* org /usr/share/junit-&junit-version; &amp;&amp;
-cp -v -R * /usr/share/doc/junit-&junit-version;</userinput></screen>
+cp -v -R junit* org  /usr/share/junit-&junit-version; &amp;&amp;
+cp -v -R *.html *doc /usr/share/doc/junit-&junit-version;</userinput></screen>
 
     <para>Add the <filename
     class='libraryfile'>junit-&junit-version;.jar</filename> and <filename

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to