From 24897c4a26bf537cd8668710b06bf768e55dc6c2 Mon Sep 17 00:00:00 2001 From: wangyan Date: Mon, 13 May 2024 17:16:14 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 231e5fa..4a2ddfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,4 +82,4 @@ install(TARGETS kylin-ai-business-framework-service RUNTIME DESTINATION /usr/bin ) install(DIRECTORY src/utils/python DESTINATION ${UTILS_RESOURCE_PATH}) -install(DIRECTORY configs/lib/systemd/user/ DESTINATION /usr/lib/systemd/user/) \ No newline at end of file +install(DIRECTORY configs/lib/systemd/user/ DESTINATION /usr/lib/systemd/user) \ No newline at end of file -- Gitee