Variable @FSM_FILE_INSTALL_DIR@ does not evaluate in grc

From the latest master, when I run one of the examples in
gr-trellis/examples/grc,
the value of the parameter “prefix” which is set to
@FSM_FILE_INSTALL_DIR@
does not evaluate…

Can someone confirm?
Is there something I should do to set it?

thanks
Achilleas

On Wed, Oct 1, 2014 at 7:30 PM, Achilleas A.
[email protected]
wrote:

It’s actually designed that way. It was originally hard-coded to your
home
directory :slight_smile:

There’s no way (right now in GRC) to make this dynamic or not an
absolute
path. So whatever we do, we had to change that path to where the actual
FSM
files are located. On the other hand, if you use the installed examples
(/usr/local/share/gnuradio/example/trellis), these values are set
properly
during cmake to the installed path directories.

Tom