From 16e5b31448ea2b8f765df5852a7876b6cd81fed0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Apr 2016 17:08:02 +0200 Subject: php-hoa-regex/math: missing files --- php-hoa-math.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/php-hoa-math.spec b/php-hoa-math.spec index a81598c..c72191a 100644 --- a/php-hoa-math.spec +++ b/php-hoa-math.spec @@ -94,6 +94,7 @@ cp %{SOURCE2} LICENSE rm -rf %{buildroot} mkdir -p %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project} cp -pr *php %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/ +cp -pr *pp %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/ find . -mindepth 1 -maxdepth 1 -type d \! \( -name Test -o -name Documentation \) -print -exec \ cp -pr {} %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project} \; -- cgit