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

(-)a/sys-fs/lvm2/lvm2-2.03.20.ebuild (-6 / +2 lines)
Lines 189-201 src_test() { Link Here
189
189
190
src_install() {
190
src_install() {
191
	local INSTALL_TARGETS=(
191
	local INSTALL_TARGETS=(
192
		# full LVM2
192
		# full LVM2 or just device mapper.
193
		$(usex lvm "install install_tmpfiles_configuration" "")
193
		$(usex lvm "install install_tmpfiles_configuration" "install_device-mapper")
194
		# install systemd related files only when requested, bug #522430
194
		# install systemd related files only when requested, bug #522430
195
		$(usex $(usex lvm systemd lvm) "SYSTEMD_GENERATOR_DIR=$(systemd_get_systemgeneratordir) install_systemd_units install_systemd_generators" "")
195
		$(usex $(usex lvm systemd lvm) "SYSTEMD_GENERATOR_DIR=$(systemd_get_systemgeneratordir) install_systemd_units install_systemd_generators" "")
196
197
		# install dm unconditionally
198
		install_device-mapper
199
	)
196
	)
200
	emake V=1 DESTDIR="${D}" "${INSTALL_TARGETS[@]}"
197
	emake V=1 DESTDIR="${D}" "${INSTALL_TARGETS[@]}"
201
198
202
- 

Return to bug 909419