[Lunar-commits] <moonbase> qemu: adjust the CONFIGURE

Samuel samuel.verstraete at gmail.com
Wed Mar 11 15:22:49 CET 2009


commit cb98b3ede2eeaebcdcbc77a66ba8abe664ea1f3e
Author: Samuel <samuel.verstraete at gmail.com>
Date:   Wed Mar 11 15:22:49 2009 +0100

    qemu: adjust the CONFIGURE
---
 devel/qemu/CONFIGURE |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/devel/qemu/CONFIGURE b/devel/qemu/CONFIGURE
index 6297a33..e419665 100644
--- a/devel/qemu/CONFIGURE
+++ b/devel/qemu/CONFIGURE
@@ -26,9 +26,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
     message "Selecting targets is optional"
   fi
 
-  if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then
-    unpack_localedata
-
+  if query "Would you like to select arch targets (if not selected, all targets will be instaled") y ; then
     TARGETLIST=`select_targets`
     TEMP=`grep -v "TARGETLIST="             $MODULE_CONFIG`
     echo "$TEMP"                             > $MODULE_CONFIG


More information about the Lunar-commits mailing list