Lines 18-20
Link Here
|
18 |
RESTRICT="nomirror" |
18 |
RESTRICT="nomirror" |
19 |
|
19 |
|
20 |
DEPEND=">=dev-lang/python-2.3" |
20 |
DEPEND=">=dev-lang/python-2.3" |
|
|
21 |
|
22 |
src_install() { |
23 |
distutils_src_install |
24 |
chmod -R a-w ${D} # fix permissions |
25 |
# fix CR/LF issue |
26 |
find ${D}/usr/bin -iname "*.py" -exec sed -e '1s/\r$//' -i \{\} \; |
27 |
# fix path |
28 |
sed -e '1s|#!/usr/home/sweetapp/bin/python|#!/usr/bin/env python|' \ |
29 |
-i ${D}/usr/bin/cgi-styler-form.py |
30 |
} |