Development Team/Jhbuild/Debian: Difference between revisions

icon-slicer: fix typo
Fixing RPATH: fix/update path to Python libs
Line 20: Line 20:


  sudo aptitude install chrpath
  sudo aptitude install chrpath
  find /usr/lib/python-support/python-gnome2/python2.5/gtk-2.0 -name "*.so" | sudo xargs chrpath -d
  find /usr/lib/pyshared/python2.*/gtk-2.0 -name "*.so" | sudo xargs chrpath -d