Summary: | www-servers/nginx does not create document root | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jamie Learmonth <jamie-lists> |
Component: | New packages | Assignee: | Benedikt Böhm (RETIRED) <hollow> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dev-zero, gef.kornflakes |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jamie Learmonth
2011-08-16 21:33:34 UTC
Patch: --- nginx-1.0.5.ebuild 2011-07-25 11:26:54.000000000 +0200 +++ nginx-1.0.5-r1.ebuild 2011-08-23 09:58:10.000000000 +0200 @@ -283,7 +283,7 @@ } src_install() { - keepdir /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi,scgi,uwsgi} + keepdir /var/www/localhost/htdocs /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi,scgi,uwsgi} dosbin objs/nginx newinitd "${FILESDIR}"/nginx.init-r2 nginx fixed, thanks |