Skip to content

Commit

Permalink
cmake: fix etc destination
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Sep 12, 2023
1 parent 2ccd529 commit 7e7a0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ set(ETC_FILES
)

install(FILES ${ETC_FILES}
DESTINATION etc/restund
DESTINATION etc
COMPONENT Applications
)

0 comments on commit 7e7a0e3

Please sign in to comment.