Changes between Version 3 and Version 4 of InstallingMacPortsOnUbuntuLinux


Ignore:
Timestamp:
Mar 21, 2022, 9:04:28 PM (2 years ago)
Author:
harens (Haren S)
Comment:

grep is located in /bin rather than the usual /usr/bin, similar to sed

Legend:

Unmodified
Added
Removed
Modified
  • InstallingMacPortsOnUbuntuLinux

    v3 v4  
    7979}}}
    8080
    81 Darwin and Ubuntu supply 'sed' in different locations, so rather than edit many Portfiles that expect it in the Darwin location, you can do this:
     81Darwin and Ubuntu supply 'sed' and 'grep' in different locations, so rather than edit many Portfiles that expect it in the Darwin location, you can do this:
    8282{{{
    8383sudo ln -s /bin/sed /usr/bin/sed
     84sudo ln -s /bin/grep /usr/bin/grep
    8485}}}
    8586