summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_rename.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-02-26 09:40:34 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-02-26 09:40:34 -0800
commit2432ea6e4a8cf0c6bf7c1788f92c675a2a72dd8c (patch)
tree78a28caf8ed92fdc8b4b9d067d8f9d19b6ed160b /gr-utils/python/modtool/modtool_rename.py
parent388d5007da202a24a422dc2286af59a1e0859cdf (diff)
parentc0381e0ec2ddde61ee4cfd23f2e431af4249874e (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/modtool/modtool_rename.py')
-rw-r--r--gr-utils/python/modtool/modtool_rename.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/modtool_rename.py b/gr-utils/python/modtool/modtool_rename.py
index e815073956..aeb003b291 100644
--- a/gr-utils/python/modtool/modtool_rename.py
+++ b/gr-utils/python/modtool/modtool_rename.py
@@ -165,7 +165,7 @@ class ModToolRename(ModTool):
grcfile = './grc/' + module + '_' + old + '.xml'
self._run_file_replace(grcfile, old, new)
self._run_cmakelists('./grc/', old, new)
- self._run_file_rename('./grc/', old, new)
+ self._run_file_rename('./grc/', module + '_' + old, module + '_' + new)
def _run_cmakelists(self, path, first, second):
filename = path + 'CMakeLists.txt'