diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-19 00:15:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-19 00:15:06 +0000 |
commit | ae7f01a9585a2644d11a24ac759461464830086c (patch) | |
tree | 5042d2e5157f74c553195b3100f2c38efe5d43a4 /app-shells | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ae7f01a9585a2644d11a24ac759461464830086c.tar.gz gentoo-2-ae7f01a9585a2644d11a24ac759461464830086c.tar.bz2 gentoo-2-ae7f01a9585a2644d11a24ac759461464830086c.zip |
Install fixes
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/psh/psh-0.008-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild index c686a840e9cb..c2a2cf0ee9fd 100644 --- a/app-shells/psh/psh-0.008-r1.ebuild +++ b/app-shells/psh/psh-0.008-r1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.5 2000/11/01 04:44:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.6 2000/12/19 00:15:06 achim Exp $ P=psh-0.008 A=${P}.tar.gz @@ -14,16 +14,15 @@ DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make } src_install() { cd ${S} - make prefix=${D}/usr install + make PREFIX=${D}/usr prefix=${D}/usr install dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO dodoc examples/complete-examples - prepman } @@ -32,3 +31,4 @@ src_install() { + |