From 198d3d70065b867a0450b2249e7309f43bb97ae9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 20 Nov 2018 16:17:39 -0300 Subject: [PATCH] recipes: modules/*: add sub-category to compose the output (package) directory --- recipes/modules/perl/xml-parser/recipe | 2 +- recipes/modules/python/libxml2_python2/recipe | 2 +- recipes/modules/python/six/recipe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/modules/perl/xml-parser/recipe b/recipes/modules/perl/xml-parser/recipe index 0fe5c68c..39dee85d 100644 --- a/recipes/modules/perl/xml-parser/recipe +++ b/recipes/modules/perl/xml-parser/recipe @@ -20,7 +20,7 @@ version=2.44_01 release=1 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules" +outdir="${outdir}/${arch}/modules/perl" description=" A perl module for parsing XML documents. diff --git a/recipes/modules/python/libxml2_python2/recipe b/recipes/modules/python/libxml2_python2/recipe index cf46f647..d9395305 100644 --- a/recipes/modules/python/libxml2_python2/recipe +++ b/recipes/modules/python/libxml2_python2/recipe @@ -19,7 +19,7 @@ version=2.9.8 release=1 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules" +outdir="${outdir}/${arch}/modules/python" pkgname=libxml2_python2 diff --git a/recipes/modules/python/six/recipe b/recipes/modules/python/six/recipe index 447599e7..0ebb8c34 100644 --- a/recipes/modules/python/six/recipe +++ b/recipes/modules/python/six/recipe @@ -20,7 +20,7 @@ version=1.11.0 release=1 # Set 'outdir' for a nice and well-organized output directory -outdir="${outdir}/${arch}/modules" +outdir="${outdir}/${arch}/modules/python" tarname=${program}-${version}.tar.gz -- 2.11.4.GIT