Skip to content
Snippets Groups Projects
Commit c807e41b authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

fix directories

parent cddb17d6
No related branches found
No related tags found
1 merge request!37correct flags in cernlib script
Pipeline #10955542 passed
......@@ -25,9 +25,9 @@ umask 022
cp -rp env ${DELPHI_INSTALL_DIR}
cp -rp runtime/pdl ${DELPHI_INSTALL_DIR}
cp -rp runtime/RunInfo ${DELPHI_INSTALL_DIR}
chmod 0755 pdl
chmod 0755 RunInfo
chmod 0755 env
chmod 0755 ${DELPHI_INSTALL_DIR}/pdl
chmod 0755 ${DELPHI_INSTALL_DIR}/RunInfo
chmod 0755 ${DELPHI_INSTALL_DIR}/env
# install common scripts
mkdir -p ${DELPHI_INSTALL_DIR}/scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment