Skip to content
Snippets Groups Projects
Commit d39d12d0 authored by jmakai's avatar jmakai
Browse files

RPM: fix message headers path

parent 2cc91054
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ Frontend Interface
%defattr(0755,root,root)
%{_libdir}/libXrdCtaMessages.a
%{_includedir}/cta
%{_includedir}/cta/messages
%{_includedir}/cta/xroot_plugins/messages
%package -n cta-cli
Summary: CERN Tape Archive: command line interface
......
......@@ -33,7 +33,7 @@ install (TARGETS XrdCtaMessages DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
install (
FILES ${ProtoHeaders}
DESTINATION usr/${CMAKE_INSTALL_INCLUDEDIR}/cta/messages
DESTINATION usr/${CMAKE_INSTALL_INCLUDEDIR}/cta/xroot_plugins/messages
)
install (
......
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