Author: chris
Date: 2010-06-16 10:14:37 -0600 (Wed, 16 Jun 2010)
New Revision: 8447
Modified:
trunk/BOOK/general/prog/guile.xml
Log:
Removed extraneous && from Guile instructions. Thanks to drjones for reporting
this.
Modified: trunk/BOOK/general/prog/guile.xml
===================================================================
--- trunk/BOOK/general/prog/guile.xml 2010-06-16 16:13:03 UTC (rev 8446)
+++ trunk/BOOK/general/prog/guile.xml 2010-06-16 16:14:37 UTC (rev 8447)
@@ -123,7 +123,7 @@
do
install -v -m755 -d
/usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/$DIRNAME &&
install -v -m644 doc/$DIRNAME/*.txt \
-
/usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/$DIRNAME &&
+
/usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/$DIRNAME
done &&
unset DIRNAME</userinput></screen>
@@ -138,7 +138,7 @@
/usr/share/doc/guile-&guile-version;/$DIRNAME
&&
if [ -d doc/$DIRNAME/$DIRNAME.html ]; then
install -v -m644 doc/$DIRNAME/$DIRNAME.html/* \
- /usr/share/doc/guile-&guile-version;/$DIRNAME/html
&&
+ /usr/share/doc/guile-&guile-version;/$DIRNAME/html
fi
done &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page