diff options
| -rw-r--r-- | php-hoa-protocol.spec | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/php-hoa-protocol.spec b/php-hoa-protocol.spec index ba95444..097d5d5 100644 --- a/php-hoa-protocol.spec +++ b/php-hoa-protocol.spec @@ -78,8 +78,8 @@ 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 Bin  %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/Bin -cp -pr Node %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/Node +find . -mindepth 1 -maxdepth 1 -type d \! -name Test -print -exec \ +  cp -pr {}  %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project} \; \  %check  | 
