diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-09-15 20:09:30 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-09-15 20:09:30 +0000 |
commit | 1ee722fd191fd39a3e13c5231281041f1b4e9f2a (patch) | |
tree | be23a54b8f07b0186bac806e4aa577c1393451e2 /sys-apps/modutils | |
parent | oops :) (diff) | |
download | gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.tar.gz gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.tar.bz2 gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.zip |
added try syntax
Diffstat (limited to 'sys-apps/modutils')
-rw-r--r-- | sys-apps/modutils/modutils-2.3.12-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.3.14-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/modutils/modutils-2.3.15.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys-apps/modutils/modutils-2.3.12-r1.ebuild b/sys-apps/modutils/modutils-2.3.12-r1.ebuild index 3f5b2afced0f..b74443b790b0 100644 --- a/sys-apps/modutils/modutils-2.3.12-r1.ebuild +++ b/sys-apps/modutils/modutils-2.3.12-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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.12-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.12-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=modutils-2.3.12 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Standard kernel module utilities" SRC_URI="ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" src_compile() { - ./configure --prefix=/ --host=${CHOST} - make $MAKEOPTS "MAKE = make $MAKEOPTS" + try ./configure --prefix=/ --host=${CHOST} + try make } src_install() { @@ -21,7 +21,7 @@ src_install() { dodir /usr/man/man8 dodir /usr/man/man5 dodir /usr/man/man2 - make prefix=${D} mandir=${D}/usr/man install + try make prefix=${D} mandir=${D}/usr/man install prepman strip ${D}/sbin/* dodoc COPYING CREDITS ChangeLog NEWS README TODO diff --git a/sys-apps/modutils/modutils-2.3.14-r1.ebuild b/sys-apps/modutils/modutils-2.3.14-r1.ebuild index 8458dce8fe90..44d02e4d7b72 100644 --- a/sys-apps/modutils/modutils-2.3.14-r1.ebuild +++ b/sys-apps/modutils/modutils-2.3.14-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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.14-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.14-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=modutils-2.3.14 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Standard kernel module utilities" SRC_URI="ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" src_compile() { - ./configure --prefix=/ --host=${CHOST} - make $MAKEOPTS "MAKE = make $MAKEOPTS" + try ./configure --prefix=/ --host=${CHOST} + try make } src_install() { @@ -21,7 +21,7 @@ src_install() { dodir /usr/man/man8 dodir /usr/man/man5 dodir /usr/man/man2 - make prefix=${D} mandir=${D}/usr/man install + try make prefix=${D} mandir=${D}/usr/man install prepman strip ${D}/sbin/* dodoc COPYING CREDITS ChangeLog NEWS README TODO diff --git a/sys-apps/modutils/modutils-2.3.15.ebuild b/sys-apps/modutils/modutils-2.3.15.ebuild index 9b38c2d5db29..fca027714a57 100644 --- a/sys-apps/modutils/modutils-2.3.15.ebuild +++ b/sys-apps/modutils/modutils-2.3.15.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/modutils/modutils-2.3.15.ebuild,v 1.1 2000/08/22 17:43:40 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.15.ebuild,v 1.2 2000/09/15 20:09:20 drobbins Exp $ P=modutils-2.3.15 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Standard kernel module utilities" SRC_URI="ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" src_compile() { - ./configure --prefix=/ --host=${CHOST} - make $MAKEOPTS "MAKE = make $MAKEOPTS" + try ./configure --prefix=/ --host=${CHOST} + try make } src_install() { @@ -21,7 +21,7 @@ src_install() { dodir /usr/man/man8 dodir /usr/man/man5 dodir /usr/man/man2 - make prefix=${D} mandir=${D}/usr/man install + try make prefix=${D} mandir=${D}/usr/man install prepman strip ${D}/sbin/* dodoc COPYING CREDITS ChangeLog NEWS README TODO |