aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2017-08-08 07:52:23 +0000
committerPetter Reinholdtsen <pere@hungry.com>2017-08-08 07:55:31 +0000
commita0889539e43cc7fa670c06f1b20df40fdc71b15a (patch)
tree5f429007ebc0afea4404a5b26b1b0a7ec1499d50 /apps
parent6c4304da43346150d00b2bdc5a520746c2f45906 (diff)
Remove language extention from remaining binaries.
The install target install some binaries without language extentions and others with such extension: * grgsm_capture.py * grgsm_channelize.py * grgsm_decode * grgsm_livemon * grgsm_scanner It would be more consistent and according to the policy of Debian and Ubuntu if all the binaries were without such language extention. This commit rename grgsm_capture.py and grgsm_channelize.py to avoid the language extention.
Diffstat (limited to 'apps')
-rw-r--r--apps/helpers/CMakeLists.txt6
-rwxr-xr-xapps/helpers/grgsm_capture (renamed from apps/helpers/grgsm_capture.py)0
-rwxr-xr-xapps/helpers/grgsm_channelize (renamed from apps/helpers/grgsm_channelize.py)0
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/helpers/CMakeLists.txt b/apps/helpers/CMakeLists.txt
index 4418ed7..fff9593 100644
--- a/apps/helpers/CMakeLists.txt
+++ b/apps/helpers/CMakeLists.txt
@@ -22,12 +22,12 @@ include(CreateSymlink)
GR_PYTHON_INSTALL(
PROGRAMS
- grgsm_capture.py
- grgsm_channelize.py
+ grgsm_capture
+ grgsm_channelize
DESTINATION bin
)
-CREATE_SYMLINK(grgsm_capture.py airprobe_rtlsdr_capture.py)
+CREATE_SYMLINK(grgsm_capture airprobe_rtlsdr_capture.py)
add_custom_target(helpers_symlinks ALL DEPENDS ${symlinks})
diff --git a/apps/helpers/grgsm_capture.py b/apps/helpers/grgsm_capture
index a71c2c8..a71c2c8 100755
--- a/apps/helpers/grgsm_capture.py
+++ b/apps/helpers/grgsm_capture
diff --git a/apps/helpers/grgsm_channelize.py b/apps/helpers/grgsm_channelize
index 146bb8f..146bb8f 100755
--- a/apps/helpers/grgsm_channelize.py
+++ b/apps/helpers/grgsm_channelize