Changeset 372 for SH_SHM/trunk


Ignore:
Timestamp:
04/07/2011 04:02:48 PM (12 years ago)
Author:
marcus
Message:

r203 | walther | 2011-04-07 16:00:09 +0200 (Do, 07 Apr 2011) | 1 line

Fixing permission issue in root installation mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/setup/setup.py

    r365 r372  
    152152        os.system("cp -rd %s %s" % (src, trt)) 
    153153 
     154    # in fact only necessary in root install mode 
     155    os.chmod(trt, 0755) 
     156 
    154157def abort(text=None): 
    155158    if not text: 
Note: See TracChangeset for help on using the changeset viewer.