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

(-)erc-2.93.ebuild (-2 / +2 lines)
Lines 15-21 Link Here
15
RDEPEND=">=app-editors/emacs-21.2"
15
RDEPEND=">=app-editors/emacs-21.2"
16
16
17
src_install() {	
17
src_install() {	
18
	dodoc CREDITS HISTORY ChangeLog servers.pl
18
	dodoc $WORKDIR/$P/CREDITS $WORKDIR/$P/HISTORY $WORKDIR/$P/ChangeLog $WORKDIR/$P/servers.pl
19
	insinto /usr/share/emacs/21.2/lisp
19
	insinto /usr/share/emacs/21.2/lisp
20
	doins *.el
20
	doins $WORKDIR/$P/*.el
21
}
21
}

Return to bug 4372