mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user