|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/lib64/python2.6/distutils/command/ |
Upload File : |
Ńň
§ÚęLc @ sb d Z d Z d d k Z d d k l Z d d k l Z d d k l Z d e f d YZ d S( su distutils.command.install_scripts
Implements the Distutils 'install_scripts' command, for installing
Python scripts.s; $Id: install_scripts.py 37828 2004-11-10 22:23:15Z loewis $i˙˙˙˙N( t Command( t log( t ST_MODEt install_scriptsc B sY e Z d Z d d d d g Z d d
g Z d Z d
Z d Z d Z d Z
RS( s% install scripts (Python or otherwise)s install-dir=t ds directory to install scripts tos
build-dir=t bs' build directory (where to install from)t forcet fs- force installation (overwrite existing files)s
skip-builds skip the build stepsc C s( d | _ d | _ d | _ d | _ d S( Ni ( t Nonet install_dirR t build_dirt
skip_build( t self( ( s9 /usr/lib64/python2.6/distutils/command/install_scripts.pyt initialize_options s c C s* | i d d | i d d
d d d S(
Nt buildt
build_scriptsR
t installR R R R ( R s build_dir( s install_scriptss install_dir( s forces force( s
skip_builds
skip_build( t set_undefined_options( R ( ( s9 /usr/lib64/python2.6/distutils/command/install_scripts.pyt finalize_options% s
c C sÁ | i p | i d n | i | i | i | _ t i d j ow xt | i D]b } | i o t
i d | qS t i | t
d Bd @} t
i d | | t i | | qS Wn d S( NR t posixs changing mode of %sim i˙ s changing mode of %s to %o( R t run_commandt copy_treeR
R t outfilest ost namet get_outputst dry_runR t infot statR t chmod( R t filet mode( ( s9 /usr/lib64/python2.6/distutils/command/install_scripts.pyt run- s
c C s | i i p g S( N( t distributiont scripts( R ( ( s9 /usr/lib64/python2.6/distutils/command/install_scripts.pyt
get_inputs<