diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-06 11:12:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-06 11:12:15 +0200 |
commit | 96374b003c1a6480c766276e243c815e8fd64d7e (patch) | |
tree | 2fde57096702ecbe6786686e142ee38410831d1b /php-hoa-stream.spec | |
parent | eb8c497397a01fff8ed6ac81b19b30863fb4ace3 (diff) |
php-hoa-stream: improve install
Diffstat (limited to 'php-hoa-stream.spec')
-rw-r--r-- | php-hoa-stream.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-hoa-stream.spec b/php-hoa-stream.spec index 3b675e6..383dd41 100644 --- a/php-hoa-stream.spec +++ b/php-hoa-stream.spec @@ -82,7 +82,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 -print -exec \ +find . -mindepth 1 -maxdepth 1 -type d \! -name Test -print -exec \ cp -pr {} %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project} \; \ |