Salome 9.9.0: official release for UB20.04, pb with permissions

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

Hi,
indeed two files are not readable by group/others:

find -type d -perm 700 -o -type f -perm 700 
./ADAO/bin/gui_Adao_QT_Eficas.py
./C3PO/lib/python3.8/site-packages/c3po-2.0-py3.8.egg/c3po/VERSION

Regards.