From 25f94968ae6b1f4341872b47a9961f50c78a199b Mon Sep 17 00:00:00 2001 From: fancy Date: Tue, 5 May 2020 20:14:26 +0800 Subject: [PATCH] install readme.md to doc --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a13528..3923acc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,9 @@ install(FILES cgproxy.conf DESTINATION /etc/) install(FILES cgroup-tproxy.sh DESTINATION /usr/share/cgproxy/scripts/) + +install(FILES readme.md + DESTINATION /share/doc/cgproxy/) ## package for deb and rpm