Advertisement
richardgv

/etc/portage/bashrc

Mar 2nd, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. post_src_unpack() {
  2.     cd "${S}"
  3.     if type epatch_user > /dev/null 2>&1 \
  4.             && type epatch > /dev/null 2>&1; then
  5.         epatch_user
  6.     else
  7.         . ${ROOT}etc/portage/env/epatch.sh
  8.         epatch_user
  9.         # To avoid issues when writing an ebuild
  10.         unset epatch
  11.         unset epatch_user
  12.     fi
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement