diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-05 22:11:50 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-05 22:14:20 +0100 |
commit | c301613b45c4a59168a1e3285bec636d9f41ad6c (patch) | |
tree | b191c0dd8d7f760b5a6e4b53b3f8c7b5b2eda50b /dev-php/jsonlint | |
parent | net-mail/dovecot: Stabilize 2.3.13-r1 x86, #763525 (diff) | |
download | gentoo-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/jsonlint')
-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 } |