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
This commit is contained in:
Adrien Destugues
2013-10-05 15:56:10 +02:00
parent 90490ce591
commit 3694c8d378

View File

@@ -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