diff options
author | Andrew Benton <andy@linuxfromscratch.org> | 2012-04-10 17:18:18 +0000 |
---|---|---|
committer | Andrew Benton <andy@linuxfromscratch.org> | 2012-04-10 17:18:18 +0000 |
commit | 692b244c3d4a29dadd50e5ca0c47b42c72a2e7c2 (patch) | |
tree | 5940daba23062cfa1fc97e138c0325e5823d425f /template | |
parent | 4f304a0ad6c04a4bdc6ee436bba269d45c28c3fe (diff) |
Fix compiling Gamin with Glib 2.32 installed
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9893 af4574ff-66df-0310-9fd7-8a98e5e911e0
Diffstat (limited to 'template')
-rw-r--r-- | template/template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/template.xml b/template/template.xml index f9d30ba851..3ee92adb05 100644 --- a/template/template.xml +++ b/template/template.xml @@ -189,7 +189,7 @@ make</userinput></screen> <title>Command Explanations</title> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/static-libraries.xml"/> + href="../../xincludes/static-libraries.xml"/> <para> <command>COMMAND</command>: This command does something. |