From 47fdf459895c1f27fab43a81a88cf3cfe4d89006 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 14 Mar 2020 19:04:03 -0300 Subject: [PATCH] recpies: libs/libxml2: Remove documentation directory to match Python2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/libs/libxml2/recipe | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes/libs/libxml2/recipe b/recipes/libs/libxml2/recipe index a48504a5..45329a29 100644 --- a/recipes/libs/libxml2/recipe +++ b/recipes/libs/libxml2/recipe @@ -17,7 +17,7 @@ program=libxml2 version=2.9.10 -release=2 +release=3 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/libs" @@ -74,11 +74,6 @@ build() make -j${jobs} V=1 make -j${jobs} DESTDIR="$destdir" install-strip - # Move python2 documentation directory to be accorded - # with the "libxml2_python2" package - mv "${destdir}${docdir}/libxml2-python-${version}" \ - "${destdir}${docdir}/libxml2_python2-${version}" - # Compress and link man pages (if needed) if test -d "${destdir}/$mandir" then -- 2.11.4.GIT