diff options
author | Tom Rondeau | 2012-04-02 19:19:03 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-02 19:19:03 -0400 |
commit | 689699fb8a26486fedb2838b8a3b468372364903 (patch) | |
tree | e4192691fef6f563805c4651c35086c693faac0c /gr-pager | |
parent | 1ca78cb621cbd60f25c5ce4373fa727114a86cee (diff) | |
download | gnuradio-689699fb8a26486fedb2838b8a3b468372364903.tar.gz gnuradio-689699fb8a26486fedb2838b8a3b468372364903.tar.bz2 gnuradio-689699fb8a26486fedb2838b8a3b468372364903.zip |
build: removed .py extensions from uhd and shd installed Python programs.
Diffstat (limited to 'gr-pager')
-rw-r--r-- | gr-pager/apps/CMakeLists.txt | 6 | ||||
-rwxr-xr-x | gr-pager/apps/usrp_flex (renamed from gr-pager/apps/usrp_flex.py) | 0 | ||||
-rwxr-xr-x | gr-pager/apps/usrp_flex_all (renamed from gr-pager/apps/usrp_flex_all.py) | 0 | ||||
-rwxr-xr-x | gr-pager/apps/usrp_flex_band (renamed from gr-pager/apps/usrp_flex_band.py) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/gr-pager/apps/CMakeLists.txt b/gr-pager/apps/CMakeLists.txt index 1965c6e66..5fa926031 100644 --- a/gr-pager/apps/CMakeLists.txt +++ b/gr-pager/apps/CMakeLists.txt @@ -21,9 +21,9 @@ include(GrPython) GR_PYTHON_INSTALL( PROGRAMS - usrp_flex.py - usrp_flex_all.py - usrp_flex_band.py + usrp_flex + usrp_flex_all + usrp_flex_band DESTINATION ${GR_RUNTIME_DIR} COMPONENT "pager_python" ) diff --git a/gr-pager/apps/usrp_flex.py b/gr-pager/apps/usrp_flex index 7d0d66a95..7d0d66a95 100755 --- a/gr-pager/apps/usrp_flex.py +++ b/gr-pager/apps/usrp_flex diff --git a/gr-pager/apps/usrp_flex_all.py b/gr-pager/apps/usrp_flex_all index 36bd90034..36bd90034 100755 --- a/gr-pager/apps/usrp_flex_all.py +++ b/gr-pager/apps/usrp_flex_all diff --git a/gr-pager/apps/usrp_flex_band.py b/gr-pager/apps/usrp_flex_band index 63fb93fa1..63fb93fa1 100755 --- a/gr-pager/apps/usrp_flex_band.py +++ b/gr-pager/apps/usrp_flex_band |