From 7f75c71604942bff7f2f0706b43fabc86b67a9e0 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 6 Jun 2006 04:51:42 +0000 Subject: [PATCH] Simplified a sed command in the GnuCash instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6151 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/office/gnucash.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsoft/office/gnucash.xml b/xsoft/office/gnucash.xml index fef686b52a..de18113b76 100644 --- a/xsoft/office/gnucash.xml +++ b/xsoft/office/gnucash.xml @@ -110,7 +110,7 @@ Install GnuCash by running the following commands: -sed -i 's/^\(host_os=.*\)$/\1-gnu/' configure && +sed -i 's/^host_os=.*$/&-gnu/' configure && ./configure --prefix=/opt/gnome-1.4 \ --sysconfdir=/etc \ --disable-guppi \