From 86bb262491fc1c79569462c54e75a46267fff1f9 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Tue, 19 Dec 2000 00:15:06 +0000 Subject: Install fixes --- app-shells/psh/psh-0.008-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-shells') 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 -# $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() { + -- cgit v1.2.3-65-gdbad