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

(-)mrxvt/mrxvt-0.4.0.ebuild (+3 lines)
Lines 87-92 Link Here
87
src_install() {
87
src_install() {
88
	make DESTDIR=${D} docdir=/usr/share/doc/${PF} install || die
88
	make DESTDIR=${D} docdir=/usr/share/doc/${PF} install || die
89
	gzip -9 ${D}/usr/share/doc/${PF}/*
89
	gzip -9 ${D}/usr/share/doc/${PF}/*
90
	# Give mrxvt perms to update utmp
91
	fowners root:utmp /usr/bin/mrxvt
92
	fperms g+s /usr/bin/mrxvt
90
93
91
	dodoc AUTHORS CREDITS ChangeLog FAQ NEWS README* TODO
94
	dodoc AUTHORS CREDITS ChangeLog FAQ NEWS README* TODO
92
}
95
}

Return to bug 67887