# | Line 12 | Line 12 | python setup.py build | |
---|---|---|
12 | ||
13 | %install | |
14 | python setup.py install --prefix=%i | |
15 | – | egrep -r -l '^#!.*python' %i | xargs perl -p -i -e 's{^#!.*python.*}{#!/usr/bin/env python}' |
15 | find %i -name '*.egg-info' -exec rm {} \; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |