Edgewall Software

Changes between Version 26 and Version 27 of TracOnOsxNoFink


Ignore:
Timestamp:
Apr 18, 2007, 11:28:01 PM (17 years ago)
Author:
Matthew Good
Comment:

actually the old ln -s was fine with the wildcard, but here's another version that's a little simpler and more explicit

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxNoFink

    v26 v27  
    238238
    239239{{{
    240 cd /usr/local/bin
    241 sudo ln -s /System/Library/Frameworks/Python.framework/Versions/Current/bin/tracd
    242 sudo ln -s /System/Library/Frameworks/Python.framework/Versions/Current/bin/trac-admin
     240cd /System/Library/Frameworks/Python.framework/Versions/Current/bin
     241sudo ln -s tracd trac-admin /usr/local/bin
    243242}}}
    244243