diff options
Diffstat (limited to 'kppp/CMakeLists.txt')
-rw-r--r-- | kppp/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kppp/CMakeLists.txt b/kppp/CMakeLists.txt index c2ea4e64..efbaa021 100644 --- a/kppp/CMakeLists.txt +++ b/kppp/CMakeLists.txt @@ -34,6 +34,9 @@ link_directories( install( FILES Kppp.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES ppp-options + DESTINATION ${SYSCONF_INSTALL_DIR}/ppp/peers + RENAME kppp-options ) ##### kppp (executable) ######################### |