From 1509c5312d820ff8ba9d87ea5a0825969d8b3cd5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Nov 2016 16:51:06 +0100 Subject: phan: minor changes --- phan.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/phan.spec b/phan.spec index 02ddbcb..15e3c55 100644 --- a/phan.spec +++ b/phan.spec @@ -86,7 +86,6 @@ and narrow types based on conditionals. %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 - cp %{SOURCE1} src/%{psr0}/autoload.php @@ -112,14 +111,24 @@ ln -s ../share/php/%{psr0}/prep.php %{buildroot}%{_bindir}/phan-prep %check %if %{with_tests} -mkdir vendor -cat << 'EOF' | tee vendor/autoload.php +cat << 'EOF' | tee tests/autoload.php