commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common/src/setup GSetup.py


From: Reinhard Mueller
Subject: gnue-common/src/setup GSetup.py
Date: Thu, 02 Oct 2003 02:29:58 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/10/02 02:29:58

Modified files:
        src/setup      : GSetup.py 

Log message:
        --root should still be allowed for packages.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/setup/GSetup.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue-common/src/setup/GSetup.py
diff -c gnue-common/src/setup/GSetup.py:1.1 gnue-common/src/setup/GSetup.py:1.2
*** gnue-common/src/setup/GSetup.py:1.1 Mon Sep 29 17:56:01 2003
--- gnue-common/src/setup/GSetup.py     Thu Oct  2 02:29:58 2003
***************
*** 19,25 ****
  #
  # Copyright 2001-2003 Free Software Foundation
  #
! # $Id: GSetup.py,v 1.1 2003/09/29 21:56:01 reinhard Exp $
  
  import sys
  import string
--- 19,25 ----
  #
  # Copyright 2001-2003 Free Software Foundation
  #
! # $Id: GSetup.py,v 1.2 2003/10/02 06:29:58 reinhard Exp $
  
  import sys
  import string
***************
*** 92,98 ****
  
    user_options = distutils.command.install.install.user_options
  
!   allowed_options = ["compile", "no-compile", "optimize", "force",
                       "skip-build", "record"]
  
    user_options = [opt for opt in user_options if opt [0] in allowed_options]
--- 92,98 ----
  
    user_options = distutils.command.install.install.user_options
  
!   allowed_options = ["root=", "compile", "no-compile", "optimize", "force",
                       "skip-build", "record"]
  
    user_options = [opt for opt in user_options if opt [0] in allowed_options]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]