]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
install and own %{qt5dir}/plugins/styles
authorJan Palus <atler@pld-linux.org>
Sat, 13 Feb 2021 19:03:50 +0000 (20:03 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 13 Feb 2021 19:04:15 +0000 (20:04 +0100)
qt5-qtbase.spec

index 5077fab7d1a00094abd2267b9f2bfc66b97fc611..611328b68cead75beccaa5b0fea918760ba7eee2 100644 (file)
@@ -1408,6 +1408,8 @@ find_qt5_qm qt >> qtbase.lang
 find_qt5_qm qtbase >> qtbase.lang
 %endif
 
+install -d $RPM_BUILD_ROOT%{qt5dir}/plugins/styles
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -2023,6 +2025,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libQt5Widgets.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libQt5Widgets.so.5
+%dir %{qt5dir}/plugins/styles
 
 %files -n Qt5Widgets-devel
 %defattr(644,root,root,755)
This page took 0.520179 seconds and 4 git commands to generate.