CVS: tmda-cgi ChangeLog,1.28,1.29 configure,1.3,1.4
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi In directory sc8-pr-cvs1:/tmp/cvs-serv22976 Modified Files: ChangeLog configure Log Message: Changed the configure program so users can do the "make install" as root if the current user doesn't have permission to write to the web tree. Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 14 May 2003 06:06:21 -0000 1.28 +++ ChangeLog 14 May 2003 16:19:55 -0000 1.29 @@ -1,3 +1,9 @@ +2003-05-14 Gre7g Luterman <[email protected]> + + * Changed the configure program so users can do the "make install" as + root if the current user doesn't have permission to write to the + web tree. + 2003-05-13 Gre7g Luterman <[email protected]> * Replaced standard Python iso-8859-1 decoder with my own that seems Index: configure =================================================================== RCS file: /cvsroot/tmda/tmda-cgi/configure,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- configure 9 May 2003 05:04:59 -0000 1.3 +++ configure 14 May 2003 16:19:55 -0000 1.4 @@ -425,9 +425,9 @@ F = open("Makefile", "w") F.write("""%(Target)s: tmda-cgi.h \tcc -I . %(Path)stmda-cgi.c -o tmda.cgi +\tchmod %(Perm)s tmda.cgi install: -\tcp -f tmda.cgi %(Target)s -\tchmod %(Perm)s %(Target)s +\tmv -f tmda.cgi %(Target)s """ % OptD) # Compile Python code _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs