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
commit2aaae051aa2ecfce7aae84defd7606aabfa5bfae (patch)
tree53052a6140f568d034a3ecde7a9ffafc9e4d64a4
parente188609a5c0bb6451f88aa36853563b6551420c4 (diff)
php-hoa-console: wip
-rw-r--r--php-hoa-protocol.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-hoa-protocol.spec b/php-hoa-protocol.spec
index 097d5d5..c86d848 100644
--- a/php-hoa-protocol.spec
+++ b/php-hoa-protocol.spec
@@ -78,7 +78,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} \; \