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

check modbits for global stuff

parent d318c1fc
Branches
No related tags found
1 merge request!37correct flags in cernlib script
...@@ -21,10 +21,13 @@ if [ -e ${DELPHI_INSTALL_DIR}/env ]; then ...@@ -21,10 +21,13 @@ if [ -e ${DELPHI_INSTALL_DIR}/env ]; then
fi fi
# global stuff # global stuff
umask 022
cp -rp env ${DELPHI_INSTALL_DIR} cp -rp env ${DELPHI_INSTALL_DIR}
cp -rp runtime/pdl ${DELPHI_INSTALL_DIR} cp -rp runtime/pdl ${DELPHI_INSTALL_DIR}
cp -rp runtime/RunInfo ${DELPHI_INSTALL_DIR} cp -rp runtime/RunInfo ${DELPHI_INSTALL_DIR}
chmod -R u+rw ${DELPHI_INSTALL_DIR}/pdl chmod 0755 pdl
chmod 0755 RunInfo
chmod 0755 env
# install common scripts # install common scripts
mkdir -p ${DELPHI_INSTALL_DIR}/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