Skip to content

Commit 7c11fc4

Browse files
committed
runtime: fix installation location of the gr_log_default.conf log configuration file.
Addresses issue gnuradio#720.
1 parent f303778 commit 7c11fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuradio-runtime/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ install(
136136
if(ENABLE_GR_LOG AND HAVE_LOG4CPP)
137137
install(FILES
138138
${CMAKE_CURRENT_SOURCE_DIR}/gr_log_default.conf
139-
DESTINATION ${GR_CONF_DIR}/gnuradio
139+
DESTINATION ${GR_PREFSDIR}
140140
COMPONENT "runtime_runtime"
141141
)
142142
endif(ENABLE_GR_LOG AND HAVE_LOG4CPP)

0 commit comments

Comments
 (0)