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

(-)mod_perl-1.99.09.ebuild (-3 / +3 lines)
Lines 79-88 Link Here
79
79
80
	# these next two stanzas avoid sandbox problems with make test
80
	# these next two stanzas avoid sandbox problems with make test
81
	# tell mod_cgid to make the socket here instead of /var/run/cgisock
81
	# tell mod_cgid to make the socket here instead of /var/run/cgisock
82
	echo "ScriptSock logs/cgisock" >> ${S}/t/conf/extra.conf.in
82
	echo -e "\nScriptSock logs/cgisock" >> ${S}/t/conf/extra.conf.in
83
	echo "ScriptSock logs/cgisock" >> ${S}/ModPerl-Registry/t/conf/extra.conf.in
83
	echo -e "\nScriptSock logs/cgisock" >> ${S}/ModPerl-Registry/t/conf/extra.conf.in
84
	# tell CGI.pm to create new tmpfiles in this directory
84
	# tell CGI.pm to create new tmpfiles in this directory
85
	echo "SetEnv TMPDIR ${T}" >> ${S}/t/conf/extra.conf.in
85
	echo -e "\nSetEnv TMPDIR ${T}" >> ${S}/t/conf/extra.conf.in
86
86
87
	# this does not || die because of bug 21325.
87
	# this does not || die because of bug 21325.
88
88

Return to bug 30087