comparison python/install_config.py @ 130:c61997cf17b0

add silvermirror to things to install
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Mar 2011 11:40:03 -0700
parents 84a37735cd88
children 52cf3e146a4c
comparison
equal deleted inserted replaced
129:83bc1e6e5b54 130:c61997cf17b0
51 execute(command) 51 execute(command)
52 os.chdir(old_directory) 52 os.chdir(old_directory)
53 53
54 # install some python 54 # install some python
55 install_develop('smartopen') 55 install_develop('smartopen')
56 install_develop('silvermirror')
56 57
57 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ], 58 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ],
58 ] 59 ]
59 execute(*postinstall_commands) 60 execute(*postinstall_commands)
60 61