From f24128ea9036f68e61ff9350ce86ec619f9ae286 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 25 Jan 2013 15:43:02 +0100 Subject: utils: modtool now installs an example dir instead of the bz2 --- gr-utils/src/python/modtool/modtool.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gr-utils/src/python/modtool/modtool.conf.in (limited to 'gr-utils/src/python/modtool/modtool.conf.in') diff --git a/gr-utils/src/python/modtool/modtool.conf.in b/gr-utils/src/python/modtool/modtool.conf.in new file mode 100644 index 000000000..8b3df1b9c --- /dev/null +++ b/gr-utils/src/python/modtool/modtool.conf.in @@ -0,0 +1,6 @@ +# This file contains system wide configuration data for GNU Radio. +# You may override any setting on a per-user basis by editing +# ~/.gnuradio/config.conf + +[modtool] +newmod_path = @newmoddir@ -- cgit