diff options
author | Kozlov Dmitry <dima@server> | 2010-11-10 18:51:13 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-10 18:51:13 +0300 |
commit | 0bf5010f4252c414fb629fd21f0f2abdebb6eda7 (patch) | |
tree | 322e54edf4a8201c94ffbcaa8bd0bf55866d8c33 /accel-pptpd/radius/CMakeLists.txt | |
parent | 058e7ff66b8fbb1f9494ae5077e5294db288fb1c (diff) | |
download | accel-ppp-0bf5010f4252c414fb629fd21f0f2abdebb6eda7.tar.gz accel-ppp-0bf5010f4252c414fb629fd21f0f2abdebb6eda7.zip |
updated build system: accel-pptp.conf will be installed as /etc/accel-pptp.conf.dist to prevent user config erasing
Diffstat (limited to 'accel-pptpd/radius/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/radius/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pptpd/radius/CMakeLists.txt b/accel-pptpd/radius/CMakeLists.txt index 7360cdf..5ad7211 100644 --- a/accel-pptpd/radius/CMakeLists.txt +++ b/accel-pptpd/radius/CMakeLists.txt @@ -17,4 +17,3 @@ INSTALL(TARGETS radius ) FILE(GLOB dict "${CMAKE_CURRENT_SOURCE_DIR}/dict/*") INSTALL(FILES ${dict} DESTINATION usr/share/accel-pptp/radius) - |