mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +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
|