diff options
-rw-r--r-- | php-hoa-file.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-hoa-file.spec b/php-hoa-file.spec index 6891c4b..b4e04a8 100644 --- a/php-hoa-file.spec +++ b/php-hoa-file.spec @@ -94,7 +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}/ -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} \; \ |