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 | 86bb262491fc1c79569462c54e75a46267fff1f9 (patch) | |
tree | 43be4da212a655fa72cecc0fa4925a4d01202340 /app-shells | |
parent | Install fixes (diff) | |
download | historical-86bb262491fc1c79569462c54e75a46267fff1f9.tar.gz historical-86bb262491fc1c79569462c54e75a46267fff1f9.tar.bz2 historical-86bb262491fc1c79569462c54e75a46267fff1f9.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() { + |