summaryrefslogtreecommitdiffstats
path: root/php-hoa-math.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-06 17:08:02 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-06 17:08:02 +0200
commit16e5b31448ea2b8f765df5852a7876b6cd81fed0 (patch)
treefafcb81907217c577386ba7fb62bcb6fae9e5ecf /php-hoa-math.spec
parentd3b8b294aece4273d9455b8dae6ed75c2a122a50 (diff)
php-hoa-regex/math: missing files
Diffstat (limited to 'php-hoa-math.spec')
-rw-r--r--php-hoa-math.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/php-hoa-math.spec b/php-hoa-math.spec
index a81598c..c72191a 100644
--- a/php-hoa-math.spec
+++ b/php-hoa-math.spec
@@ -94,6 +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}/
+cp -pr *pp %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/
find . -mindepth 1 -maxdepth 1 -type d \! \( -name Test -o -name Documentation \) -print -exec \
cp -pr {} %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project} \;