diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-24 13:00:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-24 13:00:57 +0100 |
commit | 78647e66c7686c3883ae85b0846d600478674282 (patch) | |
tree | d820feed9f0f6389536f934b41a1b54388d28866 /json-c.spec | |
parent | b1c838f7bac7e58bf0173cdaafb5b9f7707678d1 (diff) |
missing header
Diffstat (limited to 'json-c.spec')
-rw-r--r-- | json-c.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/json-c.spec b/json-c.spec index 9429d8d..3ae20f5 100644 --- a/json-c.spec +++ b/json-c.spec @@ -50,6 +50,9 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Get rid of la files rm -rf %{buildroot}%{_libdir}/*.la +# Missing header +install -p -m644 json_object_iterator.h \ + %{buildroot}%{_includedir}/json/ %clean rm -rf %{buildroot} |