Author: bdubbs
Date: Sat Oct  4 16:19:31 2014
New Revision: 14491

Log:
Tweak guile .scm file location

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

Modified: trunk/BOOK/general/prog/guile.xml
==============================================================================
--- trunk/BOOK/general/prog/guile.xml   Sat Oct  4 15:23:32 2014        (r14490)
+++ trunk/BOOK/general/prog/guile.xml   Sat Oct  4 16:19:31 2014        (r14491)
@@ -119,10 +119,11 @@
 <screen role="root"><userinput>make install      &amp;&amp;
 make install-html &amp;&amp;
 
+mv /usr/lib/libguile-*-gdb.scm /usr/share/gdb/auto-load/usr/lib &amp;&amp;
 mv /usr/share/doc/guile-&guile-version;/{guile.html,ref} &amp;&amp;
 mv /usr/share/doc/guile-&guile-version;/r5rs{.html,}     &amp;&amp;
 
-find examples -name "Makefile*" -delete &amp;&amp;
+find examples -name "Makefile*" -delete         &amp;&amp;
 cp -vR examples   /usr/share/doc/guile-&guile-version;   &amp;&amp;
 
 for DIRNAME in r5rs ref; do
-- 
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