diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-08 09:49:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-08 09:49:19 +0200 |
commit | 81d963c139d143226bfc1776a1ce661c16fb7698 (patch) | |
tree | b4881e3897281c13f98a0790f9d94a13b508b119 | |
parent | 2a17ce971beba49abfb0644b31d47961b82be0f1 (diff) |
horde: fix FTBFS (include path) + cleanups
-rw-r--r-- | php-horde-Horde-Injector.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Injector.spec b/php-horde-Horde-Injector.spec index ce07c54..958fc91 100644 --- a/php-horde-Horde-Injector.spec +++ b/php-horde-Horde-Injector.spec @@ -74,7 +74,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit \ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . |