commit: c301613b45c4a59168a1e3285bec636d9f41ad6c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 21:11:50 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 21:14:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c301613b
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 <AT> gentoo.org>
dev-php/jsonlint/{jsonlint-1.8.3.ebuild => jsonlint-1.8.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/jsonlint/jsonlint-1.8.3.ebuild
b/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild
similarity index 95%
rename from dev-php/jsonlint/jsonlint-1.8.3.ebuild
rename to dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild
index 5882c9617f6..78001ece928 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
}