summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-06 13:41:08 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-06 13:41:08 +0200
commitca30a337f6897097d2a877d260e48f23e698f150 (patch)
treefe533280f44f47da6a066ffa969cc4ad029c5d17
parent6a044d0eb34456d8f4031ae2489f09d6bf8161b7 (diff)
php-hoa-console: wip
-rw-r--r--php-hoa-iterator.spec2
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} \; \