mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
11 lines
559 B
Diff
11 lines
559 B
Diff
--- a/libdnf5/CMakeLists.txt
|
|
+++ b/libdnf5/CMakeLists.txt
|
|
@@ -136,7 +136,6 @@ configure_file("libdnf5.pc.in" ${CMAKE_CURRENT_BINARY_DIR}/libdnf5.pc @ONLY)
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libdnf5.pc DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig)
|
|
|
|
# Makes an empty directory for libdnf5 cache
|
|
-install(DIRECTORY DESTINATION "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/cache/libdnf5")
|
|
|
|
# Makes an empty directory for libdnf5 distribution drop-in configuration files
|
|
install(DIRECTORY DESTINATION "${CMAKE_INSTALL_PREFIX}/share/dnf5/libdnf.conf.d")
|