debian/libgl1-mesa-glx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e9b6dc1f3e95cce24244afec5a51bda13dfc3f9c Author: Alberto Milone <[email protected]> Date: Mon Jan 11 18:43:51 2010 +0100 * debian/libgl1-mesa-glx.postinst: - Fix path to ld.so.conf file. diff --git a/debian/libgl1-mesa-glx.postinst b/debian/libgl1-mesa-glx.postinst index 77df041..07dbe04 100644 --- a/debian/libgl1-mesa-glx.postinst +++ b/debian/libgl1-mesa-glx.postinst @@ -9,7 +9,7 @@ case "$1" in configure) # Use alternatives to make it easier to switch between Mesa and 3rd party modules update-alternatives \ - --install /etc/ld.so.conf.d/GL.conf gl_conf /usr/lib/GL/ld.so.conf 500 \ + --install /etc/ld.so.conf.d/GL.conf gl_conf /usr/lib/mesa/ld.so.conf 500 \ --slave /usr/lib/GL gl_libraries /usr/lib/mesa \ --slave /usr/lib/xorg/extra-modules xorg_extra_modules /usr/lib/xorg/x11-extra-modules -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

