From 1e7ac054edd87ca9d5baaa8a2f9b6881ac59bc2e Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sat, 18 Jul 2009 15:34:25 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7847 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/core/libgtop.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnome/core/libgtop.xml b/gnome/core/libgtop.xml index d3790ead8e..20e1cac554 100644 --- a/gnome/core/libgtop.xml +++ b/gnome/core/libgtop.xml @@ -79,9 +79,7 @@ Install LibGTop by running the following commands: - -./configure --prefix=$(pkg-config \ - --variable=prefix ORBit-2.0) \ +./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --infodir=$(pkg-config --variable=prefix ORBit-2.0)/share/info \ --with-libgtop-inodedb && make