Skip to content

Commit

Permalink
Argh, unbreak plugins from the previous commit
Browse files Browse the repository at this point in the history
Rpm is probably the only software in existence that uses a prefix
instead of a suffix for detecting it's own macro files. Commit
ce7210d got it exactly wrong.
Too many meetings must have melted my brains.

The great irony here is that this breakage occurs while developing a
test-case for plugin-development. Oh well.
  • Loading branch information
pmatilai committed Oct 5, 2023
1 parent ce7210d commit c284d09
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ get_property(plugins DIRECTORY PROPERTY BUILDSYSTEM_TARGETS)
foreach(plugin ${plugins})
target_link_libraries(${plugin} PRIVATE librpmio librpm)
install(TARGETS ${plugin} DESTINATION ${RPM_PLUGINDIR})
install(FILES transaction_${plugin}.macros DESTINATION ${RPM_MACROSDIR})
install(FILES macros.transaction_${plugin} DESTINATION ${RPM_MACROSDIR})
endforeach()

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c284d09

Please sign in to comment.