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

(-)mc-4.6.1-r3.ebuild.old (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r3.ebuild,v 1.13 2007/05/19 12:07:07 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r3.ebuild,v 1.13 2007/05/19 12:07:07 armin76 Exp $
4
4
5
inherit flag-o-matic eutils
5
inherit flag-o-matic eutils multilib
6
6
7
U7Z_PV="4.29"
7
U7Z_PV="4.29"
8
U7Z="u7z-${U7Z_PV}.tar.bz2"
8
U7Z="u7z-${U7Z_PV}.tar.bz2"
Lines 123-129 Link Here
123
	make install DESTDIR="${D}" || die "make install failed"
123
	make install DESTDIR="${D}" || die "make install failed"
124
124
125
	# install cons.saver setuid, to actually work
125
	# install cons.saver setuid, to actually work
126
	fperms u+s /usr/lib/mc/cons.saver
126
	# use get_libdir to set the correct libdir
127
	fperms u+s /usr/$(get_libdir)/mc/cons.saver
127
128
128
	dodoc ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README*
129
	dodoc ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README*
129
130

Return to bug 180678