[ell] Forgot to correct a line

Jonathan De Wachter sonkun at fedoraproject.org
Wed Aug 14 09:25:50 UTC 2013


commit 9b163422199eb0519eff99e05c50815ddf4bc79c
Author: Jonathan De Wachter <dewachter.jonathan at gmail.com>
Date:   Wed Aug 14 11:20:03 2013 +0200

    Forgot to correct a line
    
    In a previous commit, I stated only headers are copied but I forgot to correct a line in the %install section.

 ell.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ell.spec b/ell.spec
index be99c87..d4df803 100644
--- a/ell.spec
+++ b/ell.spec
@@ -46,7 +46,7 @@ cp -pr libELL/Include/ell/*.h %{buildroot}%{_includedir}/ell
 %files devel
 %doc COPYING.LESSER
 %dir %{_includedir}/ell
-%{_includedir}/ell/
+%{_includedir}/ell/*.h
 
 %changelog
 * Wed Aug 14 2013 Jonathan De Wachter <sonkun at fedoraproject.org> - 0-0.1.20130617svn


More information about the scm-commits mailing list