Comment 15 for bug 267399

Revision history for this message
Ilja Pavkovic (ipavkovic) wrote : Re: Intrepid: K3B fails to rip to MP3

less intrusive is:

create dir ~/bin

create a script ~/bin/lame with

  #!/bin/sh
  usr/bin/lame --big-endian -x "$@"

chmod +x ~/bin/lame

if you have created the dir ~/bin you must relogin to get ~/bin as part of your PATH (see ~/.profile)