diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-22 06:55:50 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-22 06:55:50 -0800 |
commit | 24af02d4167cedbfcfd96c2fd89f7e71ea370324 (patch) | |
tree | d34bc90dee852eea7c507c50a73e8a5f580d18c1 | |
parent | afcc8c28aca008dc373b0c031d4fa8e6e1c3a2bc (diff) | |
download | remix-24af02d4167cedbfcfd96c2fd89f7e71ea370324.tar.gz remix-24af02d4167cedbfcfd96c2fd89f7e71ea370324.tar.bz2 remix-24af02d4167cedbfcfd96c2fd89f7e71ea370324.zip |
fixed %files
-rw-r--r-- | packaging/remix.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/remix.spec b/packaging/remix.spec index de039e5..8ec0ccd 100644 --- a/packaging/remix.spec +++ b/packaging/remix.spec @@ -55,6 +55,8 @@ cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name} %doc COPYING %{_libdir}/libremix.so.* %{_libdir}/libctxdata.so.* +/usr/lib/remix/libremix_ladspa* +/usr/lib/remix/libremix_noise* /usr/share/license/%{name} %files -n libremix-devel @@ -62,7 +64,5 @@ cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name} %{_libdir}/libremix.so %{_libdir}/libctxdata.so %{_libdir}/pkgconfig/*.pc -%{_libdir}/remix/libremix_ladspa* -%{_libdir}/remix/libremix_noise* %{_includedir}/ctxdata.h %{_includedir}/remix/*.h |