commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef setup.py


From: James Thompson
Subject: gnue/gnuef setup.py
Date: Wed, 27 Jun 2001 21:02:58 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/06/27 21:02:58

Modified files:
        gnuef          : setup.py 

Log message:
        Tweaks to setup.py devel

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/setup.py.diff?cvsroot=OldCVS&tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gnue/gnuef/setup.py
diff -u gnue/gnuef/setup.py:1.28 gnue/gnuef/setup.py:1.29
--- gnue/gnuef/setup.py:1.28    Wed Jun 27 18:58:51 2001
+++ gnue/gnuef/setup.py Wed Jun 27 21:02:58 2001
@@ -69,11 +69,11 @@
   os.system ('chmod 700 client/gfcvs')
   
   if not os.path.islink('/usr/local/bin/gfcvs'):
-    print "We will now create symlinks to client/gfcvs in /usr/local/bin"
+    print "We will now create a symlink to client/gfcvs in /usr/local/bin"
     print "You will be prompted for the root password on the machine to do 
this."
     raw_input ("Press Control-D to abort or any other key to continue")
 
-    string = 'su -c "ln -s `pwd`/client/gfcvs /usr/local/bin/gfcvs"'
+    string = 'su -c "ln -s `pwd`/client/gfcvs /usr/local/bin/gfcvs; chmod o+rx 
`pwd`/client/gfcvs"'
     os.system(string)
 
   sys.exit()
@@ -146,19 +146,19 @@
   print "Checking for available UI drivers...."
   # PyNcurses 
   try: 
-    print "  Pyncurses....",
+    print "  Pyncurses(Currently not working)....",
     import ncurses.form
     print "OK"
-    UIOK = 1
+    UIOK = 0
   except ImportError:
     print "No"
 
   # Curses
   try:
-    print "  Curses....",
+    print "  Curses(Currently not working)....",
     import curses
     print "OK"
-    UIOK = 1
+    UIOK = 0
   except ImportError:
     print "No"
 



reply via email to

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