diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-12-24 10:18:41 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-12-24 10:18:41 +0300 |
commit | 59f691793e9270026214abffceb06f64d365fee3 (patch) | |
tree | 43662c8801bc67cb7ae478130eb4b742245490cc /accel-pptpd/ctrl/pppoe | |
parent | 2fce5d312044d661055406db31cabd66185ca405 (diff) | |
download | accel-ppp-59f691793e9270026214abffceb06f64d365fee3.tar.gz accel-ppp-59f691793e9270026214abffceb06f64d365fee3.zip |
changed install paths to proper ones
Diffstat (limited to 'accel-pptpd/ctrl/pppoe')
-rw-r--r-- | accel-pptpd/ctrl/pppoe/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/ctrl/pppoe/CMakeLists.txt b/accel-pptpd/ctrl/pppoe/CMakeLists.txt index 6e70e4cc..5f5c5e4d 100644 --- a/accel-pptpd/ctrl/pppoe/CMakeLists.txt +++ b/accel-pptpd/ctrl/pppoe/CMakeLists.txt @@ -9,4 +9,4 @@ ADD_LIBRARY(pppoe SHARED TARGET_LINK_LIBRARIES(pppoe crypto) -INSTALL(TARGETS pppoe LIBRARY DESTINATION usr/lib/accel-pptp) +INSTALL(TARGETS pppoe LIBRARY DESTINATION lib/accel-pptp) |