summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-05 00:13:02 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-05 00:13:02 +0000
commit7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9 (patch)
tree48b8bce2ff59ca210ec58a3d8316a6575e35760a /app-shells
parentRemoved Daniels latest changes, since they don't work (diff)
downloadgentoo-2-7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9.tar.gz
gentoo-2-7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9.tar.bz2
gentoo-2-7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9.zip
*** empty log message ***
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r1.ebuild4
-rw-r--r--app-shells/psh/psh-0.008-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild b/app-shells/ccsh/ccsh-0.0.4-r1.ebuild
index 57add162ccdb..5b26954ec653 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-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/ccsh/ccsh-0.0.4-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $
P=ccsh-0.0.4
A=${P}.tar.gz
@@ -13,7 +13,7 @@ HOMEPAGE="http://ccsh.sourceforge.net"
src_compile() {
cd ${S}
- try make CFLAGS="${CFLAGS}" all
+ make CFLAGS="${CFLAGS}" all
}
src_install() {
diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild
index 975a21fb8b5e..6d80207bc6c8 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.3 2000/09/15 20:08:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $
P=psh-0.008
A=${P}.tar.gz
@@ -18,7 +18,7 @@ src_compile() {
src_install() {
cd ${S}
- try make prefix=${D}/usr install
+ make prefix=${D}/usr install
dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO
dodoc examples/complete-examples
prepman