Skip to content
Snippets Groups Projects
Commit c33511d3 authored by Steven Murray's avatar Steven Murray
Browse files

Fixed #595 Install the Python program cta-fst-gcd as /usr/bin/cta-fst-gcd

parent e4bde427
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required (VERSION 2.6)
install (PROGRAMS ctafstgcd.py DESTINATION usr/bin/cta-fst-gcd)
install (PROGRAMS ctafstgcd.py DESTINATION usr/bin RENAME cta-fst-gcd)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cta-fst-gcd.1cta DESTINATION /usr/share/man/man1)
install (FILES cta-fst-gcd.service DESTINATION /etc/systemd/system)
install (FILES cta-fst-gcd.conf.example DESTINATION /etc/cta)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment