Changes between Version 2 and Version 3 of Ticket #41427, comment 3


Ignore:
Timestamp:
Nov 19, 2013, 6:15:35 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41427, comment 3

    v2 v3  
    33when i check terminal alias, then....
    44
     5{{{
    56ivviii:~ kenmux$ alias
    6 
    77alias wine='/Applications/Wine.app/Contents/Resources/bin/wine'
    8 
    98ivviii:~ kenmux$
     9}}}
    1010
    1111just as you known, if you installed wine.app, it'll do this:
    1212
     13{{{
    1314alias wine='/Applications/Wine.app/Contents/Resources/bin/wine'
    14 
    15 
     15}}}
    1616
    1717so this was a simple thing: change alias!!!
    1818
     19{{{
    1920ivviii:~ kenmux$ alias wine='/opt/local/bin/wine'
    20 
    2121ivviii:~ kenmux$ wine --help
    22 
    2322Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program       
    24 
    2523        wine --help                   Display this help and exit       
    26 
    2724        wine --version                Output version information and exit
    28 
    2925ivviii:~ kenmux$
    30 
    31 
     26}}}
    3227
    3328ryandesign@macports.org, thanks, alougth...