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

« back to all changes in this revision

Viewing changes to setup/install.py

mip() the config dir when installing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        return 1
92
92
 
93
93
    # Create the config directory.
94
 
    util.action_mkdir('/etc/ivle/plugins.d', dry)
 
94
    util.action_mkdir(mip('/etc/ivle/plugins.d'), dry)
95
95
 
96
96
    # Create lib and copy the compiled files there
97
97
    util.action_mkdir(lib_path, dry)