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