Author: pierre
Date: Wed Oct 11 01:20:02 2017
New Revision: 19318

Log:
Fix installation of doxygen files in ninja

Modified:
   trunk/BOOK/general/prog/ninja.xml

Modified: trunk/BOOK/general/prog/ninja.xml
==============================================================================
--- trunk/BOOK/general/prog/ninja.xml   Tue Oct 10 15:25:27 2017        (r19317)
+++ trunk/BOOK/general/prog/ninja.xml   Wed Oct 11 01:20:02 2017        (r19318)
@@ -159,7 +159,7 @@
     </para>
 
 <screen role="root"><userinput>ninja doxygen &amp;&amp;
-install -vDdm644 doc/doxygen/html/* 
/usr/share/doc/ninja-&ninja-version;/</userinput></screen>
+install -vDm644 -t /usr/share/doc/ninja-&ninja-version;/ 
doc/doxygen/html/*</userinput></screen>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to