mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 14:54:59 +00:00
5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/sh
|
|
set -e
|
|
chmod +x @TARGET_INSTALL_DESTINATION@/bin/@PROJECT_NAME@
|
|
chmod +x @TARGET_INSTALL_DESTINATION@/bin/volk_gnsssdr_profile
|