File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ Package management library.
412412%dir %{_datadir }/dnf5/repos.d
413413%dir %{_datadir }/dnf5/vars.d
414414%dir %{_datadir }/dnf5/vendors.d
415+ %dir %{_datadir }/dnf5/libdnf.plugins.conf.d
415416%dir %{_sysconfdir }/dnf/vendors.d
416417%dir %{_libdir }/libdnf5
417418%{_libdir }/libdnf5.so.2*
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ install(DIRECTORY DESTINATION "${CMAKE_INSTALL_FULL_SYSCONFDIR}/dnf/libdnf5-plug
159159# Creates an empty directory for distribution-supplied vendor change policies configuration files
160160install (DIRECTORY DESTINATION "${CMAKE_INSTALL_PREFIX} /share/dnf5/vendors.d" )
161161
162+ # Creates an empty directory for distribution-supplied plugin configuration files
163+ install (DIRECTORY DESTINATION "${CMAKE_INSTALL_PREFIX} /share/dnf5/libdnf.plugins.conf.d" )
164+
162165# Creates an empty directory for user-defined vendor change policies configuration files
163166install (DIRECTORY DESTINATION "${CMAKE_INSTALL_FULL_SYSCONFDIR} /dnf/vendors.d" )
164167
You can’t perform that action at this time.
0 commit comments