[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/05: runtime: fix installation location o
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/05: runtime: fix installation location of the gr_log_default.conf log configuration file. |
Date: |
Wed, 1 Oct 2014 15:49:18 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch maint
in repository gnuradio.
commit 7c11fc4ab25f3085b5f6ee9d567910db5ab1ad03
Author: Tom Rondeau <address@hidden>
Date: Tue Sep 30 22:03:05 2014 -0400
runtime: fix installation location of the gr_log_default.conf log
configuration file.
Addresses issue #720.
---
gnuradio-runtime/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnuradio-runtime/CMakeLists.txt b/gnuradio-runtime/CMakeLists.txt
index 1f94242..7660642 100644
--- a/gnuradio-runtime/CMakeLists.txt
+++ b/gnuradio-runtime/CMakeLists.txt
@@ -136,7 +136,7 @@ install(
if(ENABLE_GR_LOG AND HAVE_LOG4CPP)
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/gr_log_default.conf
- DESTINATION ${GR_CONF_DIR}/gnuradio
+ DESTINATION ${GR_PREFSDIR}
COMPONENT "runtime_runtime"
)
endif(ENABLE_GR_LOG AND HAVE_LOG4CPP)