Advertisement
Guest User

Untitled

a guest
May 9th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. diff -r 47705cb85d12 cook
  2. --- a/cook Mon May 09 12:08:20 2011 +0200
  3. +++ b/cook Mon May 09 06:55:11 2011 +0000
  4. @@ -339,6 +339,10 @@
  5. gettext "Removing Python compiled files..."
  6. find $fs -type f -name "*.pyc" -delete 2>/dev/null
  7. find $fs -type f -name "*.pyo" -delete 2>/dev/null
  8. + status
  9. +
  10. + if echo "$DEPENDS" | fgrep "perl"; then
  11. + gettext "Removing perl compiled files..."
  12. find $fs -type f -name "perllocal.pod" -delete 2>/dev/null
  13. find $fs -type f -name ".packlist" -delete 2>/dev/null
  14. status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement