Changeset 2434

Show
Ignore:
Timestamp:
09/08/05 22:23:30 (19 years ago)
Author:
jerome
Message:

Fixed umask before installation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r2413 r2434  
    103103data_files.append((ldapdirectory, ["initscripts/ldap/README.ldap", "initscripts/ldap/pykota.schema", "initscripts/ldap/pykota-sample.ldif"])) 
    104104 
     105os.umask(022) 
    105106setup(name = "pykota", version = __version__, 
    106107      license = "GNU GPL",