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

(-)mdadm-1.5.0.ebuild.orig (-2 / +2 lines)
Lines 18-27 Link Here
18
	cd ${S}
18
	cd ${S}
19
19
20
	if [ `use static` ]; then
20
	if [ `use static` ]; then
21
		sed \
21
		sed -i \
22
			-e "44s:^# ::" \
22
			-e "44s:^# ::" \
23
			-e "45s:^# ::" \
23
			-e "45s:^# ::" \
24
			Makefile.orig > Makefile
24
			Makefile
25
	fi
25
	fi
26
}
26
}
27
27
(-)mdadm-1.4.0.ebuild.orig (-2 / +2 lines)
Lines 18-27 Link Here
18
	cd ${S}
18
	cd ${S}
19
19
20
	if [ `use static` ]; then
20
	if [ `use static` ]; then
21
		sed \
21
		sed -i \
22
			-e "44s:^# ::" \
22
			-e "44s:^# ::" \
23
			-e "45s:^# ::" \
23
			-e "45s:^# ::" \
24
			Makefile.orig > Makefile
24
			Makefile
25
	fi
25
	fi
26
}
26
}
27
27

Return to bug 50688