Advertisement
chemoelectric

Untitled

Jul 11th, 2015
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if [ "${EBUILD_PHASE}" == "prepare" ] && [ "${CATEGORY}/${PN}" == "x11-drivers/nvidia-drivers" ]; then
  2. (cd "${S}" && \
  3. sed -i\
  4. -e 's/read_cr4/__read_cr4/g' \
  5. -e 's/write_cr4/__write_cr4/g' \
  6. kernel/*.[ch])
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement