Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv10871

Modified Files:
        install.py 
Log Message:
change runtime name

Index: install.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/install.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install.py  2 Nov 2003 09:24:34 -0000       1.2
--- install.py  2 Nov 2003 10:51:14 -0000       1.3
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2003/11/02 10:51:14  dischi
+ # change runtime name
+ #
  # Revision 1.2  2003/11/02 09:24:34  dischi
  # Check for libs and make it possible to install runtime from within
***************
*** 63,67 ****
          os.chdir(os.path.join(os.environ['FREEVO_PYTHON'], '..'))
  
!     if os.path.basename(tgz).startswith('runtime'):
          if not is_local:
              print 'impossible to install a runtime in an installed version'
--- 66,70 ----
          os.chdir(os.path.join(os.environ['FREEVO_PYTHON'], '..'))
  
!     if os.path.basename(tgz).startswith('freevo-runtime-'):
          if not is_local:
              print 'impossible to install a runtime in an installed version'




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to