libGL: fix broken test in INSTALL.

This commit is contained in:
Juan RP 2012-11-18 03:05:42 +01:00
parent 31f989b149
commit d9ef320904
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Create libGL.so symlinks.
case ${ACTION} in
post)
if [ ! -h usr/lib/libGL.so -a -h usr/lib/libGL.so.1 ]; then
if [ ! -h usr/lib/libGL.so -a ! -h usr/lib/libGL.so.1 ]; then
cd usr/lib
ln -sf libGL-mesa.so* libGL.so
ln -sf libGL-mesa.so* libGL.so.1

View file

@ -1,7 +1,7 @@
# Template build file for 'MesaLib'.
pkgname=MesaLib
version=9.0.1
revision=2
revision=3
wrksrc="Mesa-${version}"
build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl