Skip to content
Snippets Groups Projects
Commit ca9d09a7 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: sed --follow-symlinks on /usr/local/etc/root/system.rootrc

parent 8c259cae
Branches sed-follow-symlinks
No related tags found
1 merge request!870fix: sed --follow-symlinks on /usr/local/etc/root/system.rootrc
Pipeline #89263 skipped
...@@ -312,7 +312,7 @@ ln -s /usr/local /usr/._local/${PREFIX_PATH} ...@@ -312,7 +312,7 @@ ln -s /usr/local /usr/._local/${PREFIX_PATH}
EOF EOF
## set ROOT TFile forward compatibility ## set ROOT TFile forward compatibility
RUN sed -i 's/# \(TFile.v630forwardCompatibility:\) no/\1 yes/' /usr/local/etc/root/system.rootrc RUN sed --in-place --follow-symlinks 's/# \(TFile.v630forwardCompatibility:\) no/\1 yes/' /usr/local/etc/root/system.rootrc
## Setup ld.so.conf with what could go in LD_LIBRARY_PATH (but lower priority) ## Setup ld.so.conf with what could go in LD_LIBRARY_PATH (but lower priority)
## Ref: https://man7.org/linux/man-pages/man8/ld.so.8.html ## Ref: https://man7.org/linux/man-pages/man8/ld.so.8.html
......
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