summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-04-09 10:11:58 +0800
committerlijia <[email protected]>2024-04-09 10:11:58 +0800
commitcf28256a57399fff8f0bd4e4267d57c17a49a685 (patch)
treef56d6466f383865dd75dce7c6c74dced64729110 /src
parentd2344728cc2fbec37b2186c05634ac509d2fc3c4 (diff)
fix build RPM package, update cmake/Preinsall, cmake/PreUninstallv0.0.1
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