[Lunar-commits] <moonbase> mesa-lib: reversed query in CONFIGURE to allow timeout

Duncan Gibson engelsman at lunar-linux.org
Tue May 12 21:56:09 CEST 2009


commit 6d66a3972242e1d9917c8c2fd6d324d7bd7c50b9
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Tue May 12 21:56:09 2009 +0200

    mesa-lib: reversed query in CONFIGURE to allow timeout
    
    changed query from "Install all drivers" y
                    to "Install specific drivers" n
    so that the query can timeout and install all during lunar update.
---
 xorg7/mesa-lib/CONFIGURE |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xorg7/mesa-lib/CONFIGURE b/xorg7/mesa-lib/CONFIGURE
index f4bb4d2..e10c977 100644
--- a/xorg7/mesa-lib/CONFIGURE
+++ b/xorg7/mesa-lib/CONFIGURE
@@ -28,7 +28,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
     message "Selecting drivers is optional"
   fi
 
-  if query "Would you like to select drivers? (if not selected, all drivers will be installed)" y; then
+  if query "Would you like to select specific drivers? (if not selected, all drivers will be installed)" n; then
     unpack_localedata
 
     MESADRIVER=`select_drivers`


More information about the Lunar-commits mailing list