Simplified a sed command in the GnuCash instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6151 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-06-06 04:51:42 +00:00
parent 49359b0cf2
commit 7f75c71604

View File

@ -110,7 +110,7 @@
<para>Install <application>GnuCash</application> by running the following
commands:</para>
<screen><userinput>sed -i 's/^\(host_os=.*\)$/\1-gnu/' configure &amp;&amp;
<screen><userinput>sed -i 's/^host_os=.*$/&amp;-gnu/' configure &amp;&amp;
./configure --prefix=/opt/gnome-1.4 \
--sysconfdir=/etc \
--disable-guppi \