Changeset 353


Ignore:
Timestamp:
17.02.2010 16:46:02 (5 months ago)
Author:
shiml
Message:

blubb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changes/setup.py

    r352 r353  
    77          version='0.1', 
    88          scripts=['changes.py'], 
    9           data_files=[(os.path.join(sys.prefix, 'share', 'changes'),filter(os.path.isfile,map(lambda file: os.path.join('templates',file),os.listdir('templates')))), 
     9          data_files=[(os.path.join(sys.prefix, 'share', 'changes','templates'),filter(os.path.isfile,map(lambda file: os.path.join('templates',file),os.listdir('templates')))), 
    1010                                  (os.path.join(sys.prefix, '/etc'),['changes.conf'])] 
    1111          ) 
Note: See TracChangeset for help on using the changeset viewer.