Changeset 55

Show
Ignore:
Timestamp:
01/25/08 02:17:05 (16 years ago)
Author:
broder
Message:

Hopefully made add less broken and more installable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/add/attach-add.py

    r53 r55  
    4949                locker = '/mit/%s' % arg 
    5050                 
    51                 bin_pipe = os.popen('/usr/local/bin/athdir %s bin' % locker) 
     51                bin_pipe = os.popen('@FINKPREFIX@/bin/athdir %s bin' % locker) 
    5252                new_bin = bin_pipe.read().strip() 
    5353                if bin_pipe.close() != None: 
     
    6060                elif not remove_locker: path.append(new_bin) 
    6161                 
    62                 man_pipe = os.popen('/usr/local/bin/athdir %s man' % locker) 
     62                man_pipe = os.popen('@FINKPREFIX@/bin/athdir %s man' % locker) 
    6363                new_man = man_pipe.read().strip() 
    6464                if man_pipe.close() == None: 
     
    6868                        elif not remove_locker: manpath.append(new_man) 
    6969                 
    70                 info_pipe = os.popen('/usr/local/bin/athdir %s info' % locker) 
     70                info_pipe = os.popen('@FINKPREFIX@/bin/athdir %s info' % locker) 
    7171                new_info = info_pipe.read().strip() 
    7272                if info_pipe.close() == None: