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 | 92e9e3ebfbdd0a575a07d8f1631eafc09f8f558e (patch) | |
tree | a1e36170c55dc76a79fe72c8c56f1c5e6494d332 | |
parent | 2d25db0943b9382e4065db3f0e48adc0966c28f0 (diff) |
php-hoa-regex/math: missing files
-rw-r--r-- | php-hoa-regex.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-hoa-regex.spec b/php-hoa-regex.spec index 80750f0..e8fa83f 100644 --- a/php-hoa-regex.spec +++ b/php-hoa-regex.spec @@ -92,6 +92,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} \; |