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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- hardlink-0.2.0.ebuild
0
++ hardlink-0.2.0.ebuild
Lines 18-27 Link Here
18
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
19
	virtual/pkgconfig"
19
	virtual/pkgconfig"
20
20
21
DOCS="README"
21
DOCS="README ${T}/README.rsync"
22
22
23
src_prepare() {
23
src_prepare() {
24
	sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die
24
	sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die
25
26
	cat <<-EOF > "${T}"/README.rsync
27
	You need to explicitely include rsync exclusion by an argument. For example:
28
	# hardlink -c -t 2011*
29
	EOF
25
}
30
}
26
31
27
src_compile() {
32
src_compile() {

Return to bug 416613