~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/install.py

  • Committer: matt.giuca
  • Date: 2009-01-12 00:33:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1072
Renamed scripts to services.
Updated all references (we hope). :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    timountpath = os.path.join(ivle_install_dir, 'bin/timount')
99
99
    action_copyfile('timount/timount', timountpath, dry)
100
100
 
101
 
    # Create a scripts directory to put the usrmgt-server in.
102
 
    action_mkdir(os.path.join(ivle_install_dir, 'scripts'), dry)
103
 
    usrmgtpath = os.path.join(ivle_install_dir, 'scripts/usrmgt-server')
104
 
    action_copyfile('scripts/usrmgt-server', usrmgtpath, dry)
 
101
    # Create a services directory to put the usrmgt-server in.
 
102
    action_mkdir(os.path.join(ivle_install_dir, 'services'), dry)
 
103
    usrmgtpath = os.path.join(ivle_install_dir, 'services/usrmgt-server')
 
104
    action_copyfile('services/usrmgt-server', usrmgtpath, dry)
105
105
    action_chmod_x(usrmgtpath, dry)
106
106
 
107
107
    # Copy the www and lib directories using the list