Fixed a typo in the gcalctool instructions, thanks to Simon Scheiwiller for pointing it out

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6257 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-07-10 00:55:54 +00:00
parent dc19fbff8c
commit 69122d26f3

View File

@ -79,7 +79,7 @@
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib \
--mandir=$(pkg-config
--mandir=$(pkg-config \
--variable=prefix ORBit-2.0)/share/man &amp;&amp;
make</userinput></screen>