Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
8034024b
Commit
8034024b
authored
Jan 08, 2019
by
Michael Davis
Browse files
[doc] Installs cta-admin man page
parent
f0ee4d70
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmdline/CMakeLists.txt
View file @
8034024b
...
...
@@ -48,6 +48,7 @@ target_link_libraries(cta-wfe-test cryptopp ctacommon XrdSsiPbEosCta XrdSsi-4 Xr
set_property
(
TARGET cta-wfe-test APPEND PROPERTY INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
install
(
TARGETS cta-admin DESTINATION usr/bin
)
install
(
FILES cta-admin.1cta DESTINATION usr/share/man/man1
)
install
(
TARGETS cta-wfe-test DESTINATION usr/bin
)
install
(
FILES cta-cli.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/cta
)
cta.spec.in
View file @
8034024b
...
...
@@ -218,6 +218,7 @@ The xroot plugin
%files -n cta-cli
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-admin
%attr(0644,root,root) %doc /usr/share/man/man1/cta-admin.1cta.gz
%attr(0755,root,root) %{_bindir}/cta-wfe-test
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment