diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-16 17:34:19 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-06-16 17:34:19 -0400 |
commit | 9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0 (patch) | |
tree | b9e6dd3cdd1df12cd374a48de894e3b7423d0fa9 /grc | |
parent | 97e91b821a7c515dcf7627c878031e0e8dfab38b (diff) |
cmake: add support for SYSCONFDIR
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
Diffstat (limited to 'grc')
-rw-r--r-- | grc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt index f54aa4f809..219bbe1642 100644 --- a/grc/CMakeLists.txt +++ b/grc/CMakeLists.txt @@ -75,7 +75,7 @@ configure_file( install( FILES ${CMAKE_CURRENT_BINARY_DIR}/grc.conf - DESTINATION ${GR_PKG_CONF_DIR} + DESTINATION ${GR_PREFSDIR} COMPONENT "grc" ) |