aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-08-23 21:32:39 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-08-23 21:32:39 +0200
commit21e6892eb24e0670573cc80b3421732700e4e845 (patch)
tree088c8adeba198ee03eed7cc932249a0025573f38
parentc3a17500ac8705848d4b7e480eacb10d562d7b1a (diff)
parent2cef7a2a9124b43fcd10f2c9307a06bc851a3adc (diff)
Merge branch 'petterreinholdtsen-deb-bin-no-ext' into packaging_piotr
-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 add42d3..add42d3 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 fb30334..fb30334 100755
--- a/apps/helpers/grgsm_channelize.py
+++ b/apps/helpers/grgsm_channelize