From b26389d9989de4c481e7f8494928db193c295438 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 09:19:06 +0200 Subject: v0.9.3 --- 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 d391ccb..c484c8b 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