File PyX-0.9-pyxrcdir.patch of Package python-pyx
--- setup.py +++ setup.py @@ -93,6 +93,7 @@ f.write("lfsdir = %r\n" % pyx_lfsdir) f.write("sharedir = %r\n" % pyx_sharedir) f.write("pyxrc = %r\n" % pyx_pyxrc) + f.write("pyxrcdir = %r\n" % "/etc") # i mean, what the hell. f.close() return result