diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-16 14:16:48 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-16 14:16:48 +0000 |
commit | 2818e50d161a9c5caf153383ee862ad659b352de (patch) | |
tree | a97553017748f1d5aa93e94d542f700a0d95de3d /sys-apps/man | |
parent | Update patches (diff) | |
download | gentoo-2-2818e50d161a9c5caf153383ee862ad659b352de.tar.gz gentoo-2-2818e50d161a9c5caf153383ee862ad659b352de.tar.bz2 gentoo-2-2818e50d161a9c5caf153383ee862ad659b352de.zip |
Install bug fixes
Diffstat (limited to 'sys-apps/man')
-rw-r--r-- | sys-apps/man/man-1.5i.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/man/man-1.5i.ebuild b/sys-apps/man/man-1.5i.ebuild index 0189535a20de..115b6bd3c578 100644 --- a/sys-apps/man/man-1.5i.ebuild +++ b/sys-apps/man/man-1.5i.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i.ebuild,v 1.1 2001/05/08 01:30:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i.ebuild,v 1.2 2001/05/16 14:16:48 achim Exp $ P=man-1.5i A=${P}.tar.gz @@ -56,10 +56,9 @@ src_install() { doman man2html.1 cd ${S}/man - echo "BINROOTDIR=${D}" > Makefile.orig cat Makefile >> Makefile.orig sed -e "s:usr/man:usr/share/man:" Makefile.orig > Makefile - try make installsubdirs + try make PREFIX=${D} installsubdirs cd ${S} dodoc COPYING LSM README* TODO |