Skip to content

Commit

Permalink
Fix install. (vesoft-inc#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic authored Jun 12, 2020
1 parent d01f8fd commit ed74ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions conf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
install(
FILES
nebula-graphd.conf.default
nebula-storaged.conf.default
nebula-metad.conf.default
PERMISSIONS
OWNER_READ
GROUP_READ
Expand Down
4 changes: 2 additions & 2 deletions resources/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
install(
FILES
resources/completion.json
completion.json
PERMISSIONS
OWNER_WRITE OWNER_READ
GROUP_READ
Expand All @@ -11,7 +11,7 @@ install(

install(
FILES
resources/gflags.json
gflags.json
PERMISSIONS
OWNER_WRITE OWNER_READ
GROUP_READ
Expand Down

0 comments on commit ed74ab7

Please sign in to comment.