php: fix unwanted directory in installation.

This commit is contained in:
Adrien Destugues
2020-04-11 21:29:07 +02:00
parent d12d694835
commit 84f28d73a5
3 changed files with 2 additions and 358 deletions

View File

@@ -6,7 +6,7 @@ popular websites in the world."
HOMEPAGE="https://php.net/"
COPYRIGHT="2001-2018 PHP Group"
LICENSE="PHP License v3.01"
REVISION="3"
REVISION="4"
SOURCE_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror"
CHECKSUM_SHA256="886ad63d05d94ea3e54322691aadea0cf1d4bcdb4450b02fe300e5b570788b23"
SOURCE_FILENAME="php-$portVersion.tar.bz2"
@@ -106,6 +106,7 @@ BUILD()
INSTALL()
{
make install
rm -rf $libDir/build # Only garbage is installed here.
}
TEST()