discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Minor patch to config file placement


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Minor patch to config file placement
Date: Thu, 4 Sep 2014 11:05:37 -0400

Thanks! I've created a ticket for this. With the conference coming up, we're all crazy busy. Hopefully Johnathan and I will find a few minutes to go through and close out some of these before then.

Tom



On Wed, Sep 3, 2014 at 5:05 PM, Nick B <address@hidden> wrote:
Subject: [PATCH] gnuradio-runtime: config file placement was not consistent

---
 gnuradio-runtime/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)
--
1.7.1


gr_log_default.conf was getting placed in /usr/etc/gnuradio instead of /etc/gnuradio/conf.d (or wherever, depending on compile directives).
Nick

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]