summaryrefslogtreecommitdiff
path: root/recipes/libxml2.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-10 02:20:45 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-10 02:20:45 +0200
commit79874e9ae08bdf62137c114bdfc78caaa1540cb6 (patch)
treeeb904ea471cc8f389d49229855a99f61f0ce90d4 /recipes/libxml2.recipe
parent0c795e505d176d7e13fe6adee3de87196deb6dbf (diff)
Fix typo in xmllint name
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r--recipes/libxml2.recipe2
1 files changed, 1 insertions, 1 deletions
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):