mail-client/roundcube: remove Makefile in -9999

Closes: https://bugs.gentoo.org/802411
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews 2021-08-01 20:36:15 -04:00
parent 7179049103
commit b39bca4dc6
No known key found for this signature in database
GPG Key ID: 581BAFE062A38CB6
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ src_unpack() {
if [[ "${PV}" == *9999* ]]; then
git-r3_src_unpack
pushd "${S}" > /dev/null || die
rm Makefile || die
mv composer.json-dist composer.json || die
composer install --no-dev || die
./bin/install-jsdeps.sh || die