[Lunar-commits] <moonbase> mesa-lib: missed an ampersand
Paul Bredbury
brebs at lunar-linux.org
Fri Oct 9 10:47:28 CEST 2009
commit 2c4034fd8e07e0701f0b4002a238914b1294f96d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Fri Oct 9 15:47:28 2009 +0700
mesa-lib: missed an ampersand
Don't want to mess up error-handling, do we :)
---
xorg7/mesa-lib/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD
index 94f63e5..8538312 100644
--- a/xorg7/mesa-lib/BUILD
+++ b/xorg7/mesa-lib/BUILD
@@ -4,7 +4,7 @@
# Build selected drivers only, rather than the default of all of them
OPTS+=" --with-dri-drivers=" &&
OPTS+=$(echo $MESADRIVER | sed s/\ /,/g)
- fi
+ fi &&
# Excludes glew headers, and prevents need for /usr/include/GL/gl{,u,ut}.h
rm -r progs/{demos,samples} &&
More information about the Lunar-commits
mailing list