summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Kolab-Format.spec
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
commit9a952e70f09a0e75e0d7080037305c422ab49b36 (patch)
tree78d65d780448fd46d14c4746dd8711f4665a880c /php-horde-Horde-Kolab-Format.spec
parent6eb2066ae11f4629fb0101c5c9c95b6a88fe6f41 (diff)
horde: fix FTBFS (include path) + cleanups
Diffstat (limited to 'php-horde-Horde-Kolab-Format.spec')
-rw-r--r--php-horde-Horde-Kolab-Format.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Kolab-Format.spec b/php-horde-Horde-Kolab-Format.spec
index 8adb110..15fa48c 100644
--- a/php-horde-Horde-Kolab-Format.spec
+++ b/php-horde-Horde-Kolab-Format.spec
@@ -86,7 +86,7 @@ sed -e '/VERSION =/s/%{version}/@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 \
.