summaryrefslogtreecommitdiff
path: root/mail-client/roundcube/roundcube-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/roundcube/roundcube-9999.ebuild')
-rw-r--r--mail-client/roundcube/roundcube-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/roundcube/roundcube-9999.ebuild b/mail-client/roundcube/roundcube-9999.ebuild
index 9052cdcb124f..e63578dfa2c6 100644
--- a/mail-client/roundcube/roundcube-9999.ebuild
+++ b/mail-client/roundcube/roundcube-9999.ebuild
@@ -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