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

cta/CTA#112 Package 3 cta-taped files into the RPM

Packaged the man page of cta-taped
parent c67ad3c6
Branches
Tags
No related merge requests found
Pipeline #32533 failed
......@@ -131,6 +131,7 @@ The tape server daemon
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-taped
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta.conf.example
%attr(0644,root,bin) %doc /usr/share/man/man1/cta-taped.1cta.gz
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
......
......@@ -13,6 +13,7 @@ add_executable (cta-taped cta-taped.cpp)
target_link_libraries(cta-taped
ctatapedaemon ctacommon protobuf)
install (TARGETS cta-taped DESTINATION usr/bin)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cta-taped.1cta DESTINATION /usr/share/man/man1)
# CTA's cta-taped system tests.
add_library(cta-tapedSystemTests SHARED
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment