Hi,
I’m trying the latest UB20.04 Salome release
I’ve faced some problems with permissions on some files after install
Basically what I’ve done is:
- untar the archive,
- run:
cd SALOME-${VERSION}-UB20.04
./install_bin.sh
rm -rf BINARIES-UB20.04
perl -pi -e “s|BINARIES-UB20.04|INSTALL|g” salome
perl -pi -e “s|BINARIES-UB20.04|INSTALL|g” mesa_salome
chown -R root:root .
find /opt/SALOME-${VERSION}-UB20.04/INSTALL/ -type d | xargs chmod go+rx
find /opt/SALOME-${VERSION}-UB20.04/INSTALL/ -name *.py | xargs chmod go+r
Could someone confirm this?
If so, it will be great to fix the permissions in the official tarball
Best
C