On 09/12/2011 05:42 PM, Nikos Chantziaras wrote:
Thanks! A bashrc with the following in it seems to work here just fine:

  post_src_unpack() {
          epatch_user
  }

In case anyone else is trying this, the above should be:

  post_src_unpack() {
          cd "${S}"
          epatch_user
  }


Reply via email to