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

(-)a/app-admin/rsyslog/rsyslog-8.18.0.ebuild (-5 / +2 lines)
Lines 135-146 src_unpack() { Link Here
135
				EGIT_BRANCH=${_EGIT_BRANCH}
135
				EGIT_BRANCH=${_EGIT_BRANCH}
136
			fi
136
			fi
137
		else
137
		else
138
			local doc_tarball="${PN}-doc-${PV}.tar.gz"
139
140
			cd "${S}" || die "Cannot change dir into '${S}'"
138
			cd "${S}" || die "Cannot change dir into '${S}'"
141
			mkdir docs || die "Failed to create docs directory"
139
			mkdir docs || die "Failed to create docs directory"
142
			cd docs || die "Failed to change dir into '${S}/docs'"
140
			cd docs || die "Failed to change dir into '${S}/docs'"
143
			unpack ${doc_tarball}
141
			unpack ${MY_FILENAME_DOCS}
144
		fi
142
		fi
145
	fi
143
	fi
146
}
144
}
Lines 290-296 src_install() { Link Here
290
		"${FILESDIR}"/${BRANCH}/README.gentoo
288
		"${FILESDIR}"/${BRANCH}/README.gentoo
291
	)
289
	)
292
290
293
	use doc && local HTML_DOCS=( "${S}/docs/build/" )
291
	use doc && local HTML_DOCS=( "${S}/docs/build/." )
294
292
295
	default
293
	default
296
294
297
- 

Return to bug 581722