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

(-)a/mirdir-2.1.ebuild (-1 / +8 lines)
Lines 13-20 Link Here
13
#RDEPEND=""
13
#RDEPEND=""
14
S="${WORKDIR}/${P}-UNIX"
14
S="${WORKDIR}/${P}-UNIX"
15
15
16
src_unpack() {
17
	unpack ${A}
18
	sed -i -e '/^CFLAGS = /s,$,'" ${CFLAGS}"',' \
19
		-e 's,bin/mirdir,mirdir,g' \
20
		-e '/-o $(EXE)/,+1d' "${S}"/Makefile.in || die "Makefile fix failed"
21
}
22
16
src_install() {
23
src_install() {
17
	doman mirdir.1
24
	doman mirdir.1
18
	dobin bin/mirdir
25
	dobin mirdir
19
	dodoc AUTHORS
26
	dodoc AUTHORS
20
}
27
}

Return to bug 239939