Author: randy Date: 2008-10-13 07:34:51 -0600 (Mon, 13 Oct 2008) New Revision: 7590
Modified: trunk/BOOK/general/sysutils/gpm.xml Log: Added an overlooked command to rebuild the /usr/share/info/dir file in the GPM instructions Modified: trunk/BOOK/general/sysutils/gpm.xml =================================================================== --- trunk/BOOK/general/sysutils/gpm.xml 2008-10-13 13:11:00 UTC (rev 7589) +++ trunk/BOOK/general/sysutils/gpm.xml 2008-10-13 13:34:51 UTC (rev 7590) @@ -92,6 +92,9 @@ <screen role="root"><userinput>make install && +install-info --dir-file=/usr/share/info/dir \ + /usr/share/info/gpm.info && + ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so && install -v -m644 conf/gpm-root.conf /etc</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
