diff options
-rw-r--r-- | php-horde-imp.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-horde-imp.spec b/php-horde-imp.spec index 8c8b4c1..3803cc0 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -163,6 +163,7 @@ sed -e '/%{pear_name}.po/d' \ -e '/htaccess/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -208,7 +209,7 @@ done | tee ../%{pear_name}.lang src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/Imp phpunit\ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . |