diff options
| author | luwenpeng <[email protected]> | 2024-05-29 16:14:38 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-05-29 16:14:38 +0800 |
| commit | ba1e651876aa83e4a4d2e67a468fbb712152bfa4 (patch) | |
| tree | 36681f776fc1d262b4f29683e2dcb63ded870ca9 /conf | |
| parent | f82b85c979cdda0ff5acd49079f6dd09cff5736a (diff) | |
build stellar and stellar-devel rpm
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index 326ef77..5040b1e 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES stellar.toml DESTINATION conf COMPONENT Profile) -install(FILES log.toml DESTINATION conf COMPONENT Profile)
\ No newline at end of file +install(FILES stellar.toml DESTINATION conf COMPONENT PROGRAM) +install(FILES log.toml DESTINATION conf COMPONENT PROGRAM)
\ No newline at end of file |
