summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-02-05 22:11:50 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-02-05 22:14:20 +0100
commitc301613b45c4a59168a1e3285bec636d9f41ad6c (patch)
treeb191c0dd8d7f760b5a6e4b53b3f8c7b5b2eda50b /dev-php
parentnet-mail/dovecot: Stabilize 2.3.13-r1 x86, #763525 (diff)
downloadgentoo-c301613b45c4a59168a1e3285bec636d9f41ad6c.tar.gz
gentoo-c301613b45c4a59168a1e3285bec636d9f41ad6c.tar.bz2
gentoo-c301613b45c4a59168a1e3285bec636d9f41ad6c.zip
dev-php/jsonlint: fix autoload.php
A wrong --basedir path for phpab caused autoload to fail. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild (renamed from dev-php/jsonlint/jsonlint-1.8.3.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/jsonlint/jsonlint-1.8.3.ebuild b/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild
index 5882c9617f68..78001ece9288 100644
--- a/dev-php/jsonlint/jsonlint-1.8.3.ebuild
+++ b/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild
@@ -23,7 +23,7 @@ src_prepare() {
phpab \
--output src/Seld/JsonLint/autoload.php \
--template fedora2 \
- --basedir src \
+ --basedir src/Seld/JsonLint \
src \
|| die
}