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

(-)file_not_specified_in_diff (-4 / +1 lines)
Line  Link Here
0
-- couchdb-1.2.1.ebuild
0
++ couchdb-1.2.1.ebuild
Lines 42-51 Link Here
42
src_install() {
42
src_install() {
43
	emake DESTDIR="${D}" install || die "install failed"
43
	emake DESTDIR="${D}" install || die "install failed"
44
44
45
	insinto /var/run/couchdb
46
47
	fowners couchdb:couchdb \
45
	fowners couchdb:couchdb \
48
		/var/run/couchdb \
49
		/var/lib/couchdb \
46
		/var/lib/couchdb \
50
		/var/log/couchdb
47
		/var/log/couchdb
51
48

Return to bug 455920