Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93558
Collapse All | Expand All

(-)silvercity-0.9.5.ebuild (+10 lines)
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
}

Return to bug 93558