summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-08 09:49:19 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-08 09:49:19 +0200
commit81d963c139d143226bfc1776a1ce661c16fb7698 (patch)
treeb4881e3897281c13f98a0790f9d94a13b508b119
parent2a17ce971beba49abfb0644b31d47961b82be0f1 (diff)
horde: fix FTBFS (include path) + cleanups
-rw-r--r--php-horde-Horde-Injector.spec2
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 \
.