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

« back to all changes in this revision

Viewing changes to setup/install.py

Installing will now create /etc/ivle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        print >>sys.stderr, "Must be root to run install"
92
92
        return 1
93
93
 
 
94
    # Create the config directory.
 
95
    util.action_mkdir('/etc/ivle', dry)
 
96
 
94
97
    # Create lib and copy the compiled files there
95
98
    util.action_mkdir(lib_path, dry)
96
99