|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $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 $ | # $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 $ |
| |
inherit flag-o-matic eutils |
inherit flag-o-matic eutils multilib |
| |
U7Z_PV="4.29" | U7Z_PV="4.29" |
U7Z="u7z-${U7Z_PV}.tar.bz2" | U7Z="u7z-${U7Z_PV}.tar.bz2" |
|
|
make install DESTDIR="${D}" || die "make install failed" | make install DESTDIR="${D}" || die "make install failed" |
| |
# install cons.saver setuid, to actually work | # install cons.saver setuid, to actually work |
fperms u+s /usr/lib/mc/cons.saver |
# use get_libdir to set the correct libdir |
|
fperms u+s /usr/$(get_libdir)/mc/cons.saver |
| |
dodoc ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README* | dodoc ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README* |
| |