From 4d1cf036a18f1915d415a4d8f678684c5bd44d22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Jun 2014 09:49:19 +0200 Subject: horde: fix FTBFS (include path) + cleanups --- php-horde-Horde-Stream.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec index fc26805..8e087f2 100644 --- a/php-horde-Horde-Stream.spec +++ b/php-horde-Horde-Stream.spec @@ -77,9 +77,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check +src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit\ - -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . -- cgit