Put deprecate warning in for old executable name.

pull/21/head
Nick Foster 12 years ago
parent 67b58d7204
commit 24cd839f56

@ -23,5 +23,6 @@ GR_PYTHON_INSTALL(
PROGRAMS PROGRAMS
modes_rx modes_rx
modes_gui modes_gui
uhd_modes.py
DESTINATION bin DESTINATION bin
) )

@ -0,0 +1,4 @@
#!/usr/bin/env python
if __name__ == '__main__':
print "ERROR: uhd_modes.py has been deprecated. The new application name is modes_rx."
Loading…
Cancel
Save