diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-03 16:07:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-03 16:07:40 +0200 |
commit | 2fa6982be178ff0185e589180fd2f2776621c2b0 (patch) | |
tree | 08868ebf992831ef42ebcc24dbddf2a0ffbffeba /php-zetacomponents-base-layout.patch |
php-zetacomponents-base: 1.9 - New Package
Diffstat (limited to 'php-zetacomponents-base-layout.patch')
-rw-r--r-- | php-zetacomponents-base-layout.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php-zetacomponents-base-layout.patch b/php-zetacomponents-base-layout.patch new file mode 100644 index 0000000..0b81af0 --- /dev/null +++ b/php-zetacomponents-base-layout.patch @@ -0,0 +1,12 @@ +diff -up src/base.php.rpm src/base.php +--- src/base.php.rpm 2015-06-03 15:28:58.325040622 +0200 ++++ src/base.php 2015-06-03 15:29:04.688069768 +0200 +@@ -57,7 +57,7 @@ class ezcBase + * + * @var string + */ +- private static $libraryMode = "devel"; ++ private static $libraryMode = "pear"; + + /** + * Contains the current working directory, which is used when the |