Changeset 17

Show
Ignore:
Timestamp:
12/27/07 02:18:47 (16 years ago)
Author:
broder
Message:

macathena-base should create symlinks in the destroot so that they get removed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ports/net/macathena-base/Portfile

    r14 r17  
    2121        file copy ${filespath}/version ${destroot}/etc/athena 
    2222         
    23         ln -s /usr /usr/athena 
    24         ln -s /bin /bin/athena 
     23        file mkdir ${destroot}/usr 
     24        file mkdir ${destroot}/bin 
     25        ln -s /usr ${destroot}/usr/athena 
     26        ln -s /bin ${destroot}/bin/athena 
    2527}