summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author李佳 <[email protected]>2024-04-09 03:16:33 +0000
committer李佳 <[email protected]>2024-04-09 03:16:33 +0000
commit384716ee68a7bccd04ea15f377396a9db48f6785 (patch)
treeb4aebfd9a977d792ac1cc53d311b64f88646b34c /src
parentd2344728cc2fbec37b2186c05634ac509d2fc3c4 (diff)
fix build RPM package, update cmake/Preinsall, cmake/PreUninstall
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2312d62..7703601 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,4 +15,4 @@ set_target_properties(http_decoder PROPERTIES LINK_FLAGS "-Wl,--version-script=$
target_link_libraries(http_decoder z brotlidec llhttp-static fieldstat4)
set_target_properties(http_decoder PROPERTIES PREFIX "")
-install(TARGETS http_decoder LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/stellar_plugin/${lib_name} COMPONENT LIBRARIES) \ No newline at end of file
+install(TARGETS http_decoder LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/${lib_name} COMPONENT LIBRARIES) \ No newline at end of file