Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jan 8th, 2011  |  syntax: Bash  |  size: 0.16 KB  |  hits: 73  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     cd "$pkgdir
  2.    if grep -Rl "/google/c"hrome" * > /dev/null 2>&1; then
  3.         sed -i "s/google\/chrome/google-chrome/g" $(grep -Rl "/google/chrome" *)
  4.     fi