Skip to content

Commit

Permalink
Create $SYSCONFDIR/rpm directory on "make install"
Browse files Browse the repository at this point in the history
Somehow nobody has noticed we don't create the per-host configuration
directory on install, probably didn't even in autoconf days.
We'll need this now in the next commits though.
  • Loading branch information
pmatilai committed Jan 17, 2025
1 parent 9b26f42 commit 943d2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ endif()
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/rpm.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install(DIRECTORY DESTINATION ${RPM_CONFIGDIR}/lua)
install(DIRECTORY DESTINATION ${RPM_CONFIGDIR}/macros.d)
install(DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/rpm)
install(FILES CONTRIBUTING.md COPYING CREDITS INSTALL README TYPE DOC)

add_custom_target(ChangeLog
Expand Down

0 comments on commit 943d2f9

Please sign in to comment.