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

(-)/usr/portage/net-mail/teapop/teapop-0.3.8-r1.ebuild (-1 / +1 lines)
Lines 34-44 Link Here
34
		${myconf} || die "./configure failed"
34
		${myconf} || die "./configure failed"
35
	emake || die
35
	emake || die
36
}
36
}
37
37
38
src_install () {
38
src_install () {
39
	make DESTDIR=${D} install || die
39
	make DESTDIR=${D} STRIP=nostrip  install || die
40
40
41
	dodir /usr/sbin
41
	dodir /usr/sbin
42
	mv ${D}/usr/libexec/teapop ${D}/usr/sbin/
42
	mv ${D}/usr/libexec/teapop ${D}/usr/sbin/
43
43
44
	dodoc doc/{CREDITS,ChangeLog,INSTALL,TODO}
44
	dodoc doc/{CREDITS,ChangeLog,INSTALL,TODO}

Return to bug 255911