#3125: guile-1.8.7 instructions for copying documentation files gave error
---------------------+------------------------------------------------------
Reporter: drjones | Owner: blfs-b...@…
Type: defect | Status: new
Priority: normal | Milestone: future
Component: BOOK | Version: SVN
Severity: normal | Keywords:
---------------------+------------------------------------------------------
The shell commands for copying the text documentation for guile-1.8.7 did
not work when I attempted them. Per the instructions, I tried:
find examples -name "Makefile*" -exec rm {} \; &&
install -v -m755 -d /usr/share/doc/guile-1.8.7 &&
cp -v -R examples /usr/share/doc/guile-1.8.7 &&
for DIRNAME in goops r5rs ref tutorial
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 &&
done &&
unset DIRNAME
The for command failed with an error message regarding an unexpected token
done. I was manually entering the commands; a second, retyped attempt
failed with the same error message.
Entering the install commands separately with manual variable
substitutions worked.
I did not create the optional alternative documentation.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3125>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page