[Lunar-commits] <moonbase> NVIDIA: fix a typo.
Florin Braescu
florin at lunar-linux.org
Fri Sep 24 08:26:47 CEST 2010
commit b3960b8fd1a89862a26b7fb7795103abc6d0fd69
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Sep 24 09:26:47 2010 +0300
NVIDIA: fix a typo.
Thanks to brebs for the submission.
---
x11/NVIDIA/POST_REMOVE | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/x11/NVIDIA/POST_REMOVE b/x11/NVIDIA/POST_REMOVE
index b336012..884d32d 100644
--- a/x11/NVIDIA/POST_REMOVE
+++ b/x11/NVIDIA/POST_REMOVE
@@ -1,5 +1,5 @@
# Restore Mesa OpenGL headers:
-#if [[ ! -e /usr/include/GL/mesa ]] ; then
+#if [[ -e /usr/include/GL/mesa ]] ; then
#for file in `ls /usr/include/GL/mesa`;
#do ln -sf /usr/include/GL/mesa/$file /usr/include/GL/$file;
#done
More information about the Lunar-commits
mailing list