From fb556e642fd8bb68402f7ea6d0b675fa2b6edbc0 Mon Sep 17 00:00:00 2001 From: Josh Morman Date: Fri, 29 May 2020 14:16:16 -0400 Subject: [PATCH] grc: do not populate global_blocks_path Everytime gnuradio gets recompiled (or sometimes), it repopulates the global_blocks_path, which in multi-prefix installations will try and load blocks from the wrong place. Just leave it blank by default Fixes #2763 --- grc/grc.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grc/grc.conf.in b/grc/grc.conf.in index 1dbb13bfaa8..f4869b60722 100644 --- a/grc/grc.conf.in +++ b/grc/grc.conf.in @@ -3,7 +3,7 @@ # ~/.gnuradio/config.conf [grc] -global_blocks_path = @blocksdir@ +global_blocks_path = local_blocks_path = default_flow_graph = xterm_executable = @GRC_XTERM_EXE@