Changeset 48

Show
Ignore:
Timestamp:
Tue Sep 13 11:41:56 2005
Author:
williamcaban
Message:

Rollback to relative path for specfiles

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/Makespec.py

    r46 r48  
    159 159         scripts.insert(0, os.path.join(HOME, 'support', 'useUnicode.py'))  
    160 160     for i in range(len(scripts)):  
    161           scripts[i] = Path(os.path.abspath(scripts[i])) # Use absolute path in specfiles to avoid problems  
      161         scripts[i] = Path(scripts[i]) # Use relative path in specfiles  
    161 161  
    162 162     d = {'tktree':'',