commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef setup.py


From: Jason Cater
Subject: gnue/gnuef setup.py
Date: Sun, 05 Aug 2001 14:38:33 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/08/05 14:38:33

Modified files:
        gnuef          : setup.py 

Log message:
        Small fix to developer_install for BSD

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

Patches:
Index: gnue/gnuef/setup.py
diff -u gnue/gnuef/setup.py:1.35 gnue/gnuef/setup.py:1.36
--- gnue/gnuef/setup.py:1.35    Sat Jun 30 15:58:26 2001
+++ gnue/gnuef/setup.py Sun Aug  5 14:38:32 2001
@@ -91,7 +91,7 @@
     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; chmod o+rx 
`pwd`/client/gfcvs"'
+    string = 'su root -c "ln -s `pwd`/client/gfcvs /usr/local/bin/gfcvs; chmod 
o+rx `pwd`/client/gfcvs"'
     os.system(string)
 
   sys.exit()



reply via email to

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