From e41508b53b249f5ae60efddf79899d495aa19f8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 09:07:56 +0200 Subject: v0.8.5 --- phan-autoload.patch | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'phan-autoload.patch') diff --git a/phan-autoload.patch b/phan-autoload.patch index c9cd218..753f06d 100644 --- a/phan-autoload.patch +++ b/phan-autoload.patch @@ -36,7 +36,7 @@ diff -up ./src/Phan/Bootstrap.php.rpm ./src/Phan/Bootstrap.php - } -} +// Use the fedora autoloader -+require_once __DIR__ . '/autoload.php'; ++require_once __DIR__ . '/../autoload.php'; define('EXIT_SUCCESS', 0); define('EXIT_FAILURE', 1); @@ -48,15 +48,6 @@ diff -up ./src/phan.php.rpm ./src/phan.php