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

Changed destination directory /etc/castor to /etc/cta

parent 7a127fef
Branches
Tags
No related merge requests found
......@@ -202,21 +202,21 @@ set (CTA_CONFIG_PERMS
function (CTAInstallConfigFile _name)
install (FILES ${_name}CONFIG
DESTINATION /etc/castor
DESTINATION /etc/cta
PERMISSIONS ${CTA_CONFIG_PERMS}
RENAME ${_name}CONFIG.example)
endfunction ()
function (CTAInstallConfigFileLowercase _name)
install (FILES ${_name}
DESTINATION /etc/castor
DESTINATION /etc/cta
PERMISSIONS ${CTA_CONFIG_PERMS}
RENAME ${_name}.example)
endfunction ()
function (CTAInstallConfigNoRename _name)
install (FILES ${_name}
DESTINATION /etc/castor
DESTINATION /etc/cta
PERMISSIONS ${CTA_CONFIG_PERMS})
endfunction ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment