diff options
| author | liuchang <[email protected]> | 2023-03-23 06:56:09 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-23 06:56:09 +0000 |
| commit | daac158a2890ab58a826ae973a2e775625d6af07 (patch) | |
| tree | f087dd516ab4adde70f9a13425dfbab1371e001f /script | |
| parent | fdb8f1ceb71f37f2a7fa59b80331741129cb7d90 (diff) | |
fix pack errorv0.0.3
Diffstat (limited to 'script')
| -rw-r--r-- | script/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/CMakeLists.txt b/script/CMakeLists.txt index c836fda..c78be5e 100644 --- a/script/CMakeLists.txt +++ b/script/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES service/shaping_engine.service DESTINATION /usr/lib/systemd/system/ COMPONENT Program) +install(FILES shaping_engine.service DESTINATION /usr/lib/systemd/system/ COMPONENT Program) #install(FILES tmpfiles/sce.conf DESTINATION /usr/lib/tmpfiles.d/ COMPONENT Profile)
\ No newline at end of file |
