Comment 8 for bug 810019

Revision history for this message
Iain Lane (laney) wrote :

The find line which attempts to remove *.pth doesn't do so. You need to add parentheses around it like so

  find $(PKGDIR) \( -name '*.pth' -or -name 'namespace_packages.txt' \) -delete