Skip to content

Commit

Permalink
[nemo-filemanager] Fix file ownership. Contributes to JB#22780
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Sep 11, 2019
1 parent 677c9c9 commit b178052
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rpm/nemo-qml-plugin-filemanager.spec
Expand Up @@ -55,9 +55,7 @@ chmod o-r -R %{buildroot}/%{_libdir}/%{name}-tests/auto/hiddenfolder

%files
%defattr(-,root,root,-)
%{_libdir}/qt5/qml/Nemo/FileManager/libnemofilemanager.so
%{_libdir}/qt5/qml/Nemo/FileManager/plugins.qmltypes
%{_libdir}/qt5/qml/Nemo/FileManager/qmldir
%{_libdir}/qt5/qml/Nemo/FileManager
%{_libdir}/libfilemanager.so.*
%{_bindir}/fileoperationsd
%{_datadir}/dbus-1/services/org.nemomobile.FileOperations.service
Expand All @@ -66,7 +64,7 @@ chmod o-r -R %{buildroot}/%{_libdir}/%{name}-tests/auto/hiddenfolder
%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/filemanager.pc
%{_includedir}/filemanager/*
%{_includedir}/filemanager
%{_libdir}/libfilemanager.so

%files tests
Expand Down

0 comments on commit b178052

Please sign in to comment.