diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-06 13:41:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-06 13:41:08 +0200 |
commit | ca30a337f6897097d2a877d260e48f23e698f150 (patch) | |
tree | fe533280f44f47da6a066ffa969cc4ad029c5d17 /php-hoa-iterator.spec | |
parent | 6a044d0eb34456d8f4031ae2489f09d6bf8161b7 (diff) |
php-hoa-console: wip
Diffstat (limited to 'php-hoa-iterator.spec')
-rw-r--r-- | php-hoa-iterator.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-hoa-iterator.spec b/php-hoa-iterator.spec index 462c9ed..835030b 100644 --- a/php-hoa-iterator.spec +++ b/php-hoa-iterator.spec @@ -81,7 +81,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}/ -find . -mindepth 1 -maxdepth 1 -type d \! -name Test -print -exec \ +find . -mindepth 1 -maxdepth 1 -type d \! \( -name Test -o -name Documentation \) -print -exec \ cp -pr {} %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project} \; \ |