[Python-checkins] python/dist/src/Misc NEWS,1.763,1.764
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2003年5月11日 13:25:38 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv16661/Misc
Modified Files:
NEWS
Log Message:
Patch #718286: Support DESTDIR.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.763
retrieving revision 1.764
diff -C2 -d -r1.763 -r1.764
*** NEWS 10 May 2003 07:10:12 -0000 1.763
--- NEWS 11 May 2003 20:25:35 -0000 1.764
***************
*** 54,57 ****
--- 54,60 ----
-----
+ - Setting DESTDIR during 'make install' now allows to specify a
+ different root directory.
+
C API
-----