diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-06 17:08:02 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-06 17:08:02 +0200 |
commit | 16e5b31448ea2b8f765df5852a7876b6cd81fed0 (patch) | |
tree | fafcb81907217c577386ba7fb62bcb6fae9e5ecf | |
parent | d3b8b294aece4273d9455b8dae6ed75c2a122a50 (diff) |
php-hoa-regex/math: missing files
-rw-r--r-- | php-hoa-math.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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} \; |