Comment 3 for bug 193029

Revision history for this message
Marques Johansson (marques) wrote :

A few more links are broken:

for ver in 2.4 2.5; do
  for f in __init__.py defaults.py audit.py matching.py util.py sepolgeni18n.py yacc.py ; do
    ln -sf /usr/share/python-support/python-sepolgen/sepolgen/$f /var/lib/python-support/python$ver/sepolgen/$f;
  done
done