summaryrefslogtreecommitdiffstats
path: root/phploc-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-04 17:26:47 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-04 17:26:47 +0200
commita3538a72491e17c29339919b67ff9e210208e05b (patch)
tree894db86197ad3335c15d857910fead53f175152b /phploc-rpm.patch
parentd264b6c7f4d67819a7c2db0e485154361a9bf4b6 (diff)
php-phpunit-phploc: 2.1.3
Diffstat (limited to 'phploc-rpm.patch')
-rw-r--r--phploc-rpm.patch19
1 files changed, 6 insertions, 13 deletions
diff --git a/phploc-rpm.patch b/phploc-rpm.patch
index 414b0f3..671c679 100644
--- a/phploc-rpm.patch
+++ b/phploc-rpm.patch
@@ -1,7 +1,7 @@
diff -up ./phploc.rpm ./phploc
---- ./phploc.rpm 2015-05-26 16:03:47.000000000 +0200
-+++ ./phploc 2015-05-26 19:14:44.687212792 +0200
-@@ -9,23 +9,16 @@
+--- ./phploc.rpm 2015-06-04 15:18:14.000000000 +0200
++++ ./phploc 2015-06-04 17:19:24.277906076 +0200
+@@ -9,23 +9,7 @@
* file that was distributed with this source code.
*/
@@ -13,15 +13,8 @@ diff -up ./phploc.rpm ./phploc
- $loaded = true;
- break;
- }
-+// Ensure correct include_path for RHSCL
-+$inc = get_include_path();
-+$dirs = explode(':', $inc);
-+if (!in_array('/usr/share/php', $dirs)) {
-+ $dirs[] = '/usr/share/php';
-+ set_include_path(implode(':', $dirs));
- }
-+unset ($inc, $dirs);
-
+-}
+-
-if (!$loaded) {
- die(
- 'You need to set up the project dependencies using the following commands:' . PHP_EOL .
@@ -29,7 +22,7 @@ diff -up ./phploc.rpm ./phploc
- 'php composer.phar install' . PHP_EOL
- );
-}
-+require 'SebastianBergmann/PHPLOC/autoload.php';
++require '/usr/share/php/SebastianBergmann/PHPLOC/autoload.php';
$application = new SebastianBergmann\PHPLOC\CLI\Application;
$application->run();