[packages/composer] trailing slash
glen
glen at pld-linux.org
Tue Aug 5 04:23:54 CEST 2014
commit f53ea84fdb3cc59646ffd85911e9a007ec036959
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Aug 5 05:23:51 2014 +0300
trailing slash
autoload-config.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/autoload-config.patch b/autoload-config.patch
index 4e6b059..9e93e18 100644
--- a/autoload-config.patch
+++ b/autoload-config.patch
@@ -5,7 +5,7 @@
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
+$pearDir = defined('PEAR_INSTALL_DIR') && PEAR_INSTALL_DIR ? PEAR_INSTALL_DIR . '/' : '/usr/share/pear/';
-+$phpDir = defined('PHP_DATADIR') && PHP_DATADIR ? PHP_DATADIR . '/php/' : '/usr/share/php';
++$phpDir = defined('PHP_DATADIR') && PHP_DATADIR ? PHP_DATADIR . '/php/' : '/usr/share/php/';
return array(
+ 'Symfony\\Component\\Process\\' => array($pearDir),
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/f53ea84fdb3cc59646ffd85911e9a007ec036959
More information about the pld-cvs-commit
mailing list