diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-26 11:12:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-26 11:12:11 +0000 |
commit | cfa34100ab22a957c595ad16e1fc4919c29a6c43 (patch) | |
tree | 8ef891462bac915e732e5a7cc9f9a6400103b0bc | |
parent | Version bumped to make sure everyone gets the new init script. Changed the na... (diff) | |
download | gentoo-2-cfa34100ab22a957c595ad16e1fc4919c29a6c43.tar.gz gentoo-2-cfa34100ab22a957c595ad16e1fc4919c29a6c43.tar.bz2 gentoo-2-cfa34100ab22a957c595ad16e1fc4919c29a6c43.zip |
man page location fix
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.8-r6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild b/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild index b6fd091c7ba6..0098e53290b6 100644 --- a/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild +++ b/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild,v 1.2 2003/03/21 19:53:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild,v 1.3 2003/03/26 11:12:11 seemant Exp $ inherit eutils @@ -50,7 +50,8 @@ src_compile() { src_install() { - einstall || die + einstall \ + mandir=${D}/usr/share/man/man1 || die cd ${S}/doc dodoc README* *.txt BUGS FAQ |