diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-05-18 13:53:39 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-05-18 13:53:39 -0700 |
commit | 8944000061cbfb995e56b74ab03034ec3541caac (patch) | |
tree | a09047db796ce926286118682a31921c522ea7b4 /grc/scripts | |
parent | fefb71787e7e365049743f210b18a6f04f13d47b (diff) |
grc: rename execution binary from 'grc' to 'gnuradio-companion'
This change resolves a conflict with the Generic Colorizer application
which also uses the binary name 'grc'.
Interested users can add an alias to their shell environment to run
gnuradio-companion when grc is invoked.
Diffstat (limited to 'grc/scripts')
-rw-r--r-- | grc/scripts/Makefile.am | 4 | ||||
-rwxr-xr-x | grc/scripts/gnuradio-companion (renamed from grc/scripts/grc) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grc/scripts/Makefile.am b/grc/scripts/Makefile.am index e24f88800f..9019ec5cc9 100644 --- a/grc/scripts/Makefile.am +++ b/grc/scripts/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2008, 2009 Free Software Foundation, Inc. +# Copyright 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,4 +21,4 @@ include $(top_srcdir)/Makefile.common -dist_bin_SCRIPTS = grc usrp2_probe usrp_probe +dist_bin_SCRIPTS = gnuradio-companion usrp2_probe usrp_probe diff --git a/grc/scripts/grc b/grc/scripts/gnuradio-companion index a4115c39f3..a4115c39f3 100755 --- a/grc/scripts/grc +++ b/grc/scripts/gnuradio-companion |