From 3694c8d378053db9e0623ab8d63288e9373b149e Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 5 Oct 2013 15:56:10 +0200 Subject: [PATCH] Do not put the headers in a subdirectory * This makes CMake unable to find them * There is no use for this as there is only a single header file --- app-arch/bzip2/bzip2-1.0.6.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/bzip2/bzip2-1.0.6.recipe b/app-arch/bzip2/bzip2-1.0.6.recipe index 6146ddffe..9a16b40a6 100644 --- a/app-arch/bzip2/bzip2-1.0.6.recipe +++ b/app-arch/bzip2/bzip2-1.0.6.recipe @@ -5,7 +5,7 @@ LICENSE="bzip2" COPYRIGHT="1996-2010 Julian R Seward" SRC_URI="http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz" CHECKSUM_MD5="00b516f4704d4a7cb50a1d97e6e8e15b" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" @@ -59,7 +59,7 @@ INSTALL() rmdir $prefix/man # move headers - bzip2IncludeDir=$includeDir/bzip2 + bzip2IncludeDir=$includeDir mkdir -p $bzip2IncludeDir mv $prefix/include/* $bzip2IncludeDir rmdir $prefix/include