From 79874e9ae08bdf62137c114bdfc78caaa1540cb6 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Tue, 10 Apr 2012 02:20:45 +0200 Subject: Fix typo in xmllint name --- recipes/libxml2.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/libxml2.recipe') diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe index 786d93d5..06841df1 100644 --- a/recipes/libxml2.recipe +++ b/recipes/libxml2.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): files_libs = ['libxml2'] files_devel = ['include/libxml2', 'lib/xml2Conf.sh', 'bin/xml2-config', - 'lib/pkgconfig/libxml-2.0.pc', 'bin/xmlint%(bext)s'] + 'lib/pkgconfig/libxml-2.0.pc', 'bin/xmllint%(bext)s'] def prepare(self): -- cgit v1.2.3