Skip to content
Snippets Groups Projects
Commit 59a8a22f authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Added missing directive to install cta binary

parent e0192925
Branches
Tags
No related merge requests found
......@@ -6,5 +6,6 @@ include_directories (${XROOTD_INCLUDE_DIR} ${XROOTD_PRIVATE_INCLUDE_DIR} ${CMAKE
add_executable (cta CTACmdMain.cpp CTACmd.cpp)
target_link_libraries (cta ${XROOTD_XRDCL_LIB} ctacommon cryptopp ctautils)
install (TARGETS cta DESTINATION usr/bin)
include_directories (${CMAKE_SOURCE_DIR}/tapeserver/)
\ No newline at end of file
......@@ -96,7 +96,6 @@ The xroot plugin
%files -n cta-cli
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta
%attr(0755,root,root) %{_bindir}/ctaAddAdminUser
%package -n cta-lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment