Author: igor
Date: Sat Nov 30 04:17:33 2013
New Revision: 12310
Log:
libcacard.so might not get installed depending on optional packages
Modified:
trunk/BOOK/postlfs/virtualization/qemu.xml
Modified: trunk/BOOK/postlfs/virtualization/qemu.xml
==============================================================================
--- trunk/BOOK/postlfs/virtualization/qemu.xml Sat Nov 30 04:10:41 2013
(r12309)
+++ trunk/BOOK/postlfs/virtualization/qemu.xml Sat Nov 30 04:17:33 2013
(r12310)
@@ -158,7 +158,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-chmod -v 755 /usr/lib/libcacard.so</userinput></screen>
+[ -e /usr/lib/libcacard.so ] && chmod -v 755
/usr/lib/libcacard.so</userinput></screen>
<note><!--<para>The main program <command>qemu-system-x86_64</command>
doesn't
make a distinction between i386 and x86_64 so even on an i386 system you
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page