CVS: moonbase/compilers/Python POST_INSTALL, NONE, 1.1 DETAILS, 1.7, 1.8

Terry Chan tchan at lunar-linux.org
Fri Aug 1 14:43:40 GMT 2003


Update of /var/cvs/lunar/moonbase/compilers/Python
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17044

Modified Files:
	DETAILS 
Added Files:
	POST_INSTALL 
Log Message:
Added a temporary POST_INSTALL to copy over /usr/lib/python2.2/site-packages
to the 2.3 location.  Touched the UPDATED field to force a Python recompile.


--- NEW FILE: POST_INSTALL ---
# NOTE: this POST_INSTALL can go away after a reasonable time. 
# Once we're sure every lunar user is converted over to Python-2.3
if [ -d /usr/lib/python2.2/site-packages ]; then
  cp -a /usr/lib/python2.2/site-packages/* /usr/lib/python2.3/site-packages
fi

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/Python/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	1 Aug 2003 03:57:16 -0000	1.7
+++ DETAILS	1 Aug 2003 14:43:38 -0000	1.8
@@ -5,7 +5,7 @@
    SOURCE_URL[0]=ftp://ftp.python.org/pub/python/$VERSION/$SOURCE   
      WEB_SITE=http://www.python.org
          ENTERED=20010922
-         UPDATED=20030731
+         UPDATED=20030801
            SHORT="Python is an interpreted, interactive, object-oriented programming language."
 cat << EOF
 Python is an interpreted, interactive, object-oriented programming




More information about the Lunar-commits mailing list