diff options
Diffstat (limited to 'sys-apps/isapnptools/isapnptools-1.23.ebuild')
-rw-r--r-- | sys-apps/isapnptools/isapnptools-1.23.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/isapnptools/isapnptools-1.23.ebuild b/sys-apps/isapnptools/isapnptools-1.23.ebuild index 6c3f864b47da..e0e24894be10 100644 --- a/sys-apps/isapnptools/isapnptools-1.23.ebuild +++ b/sys-apps/isapnptools/isapnptools-1.23.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/sys-apps/isapnptools/isapnptools-1.23.ebuild,v 1.1 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/isapnptools-1.23.ebuild,v 1.2 2000/09/15 20:09:19 drobbins Exp $ P=isapnptools-1.23 A=${P}.tgz @@ -11,8 +11,8 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/${A}" HOMEPAGE="http://www.roestock.demon.co.uk/isapnptools/" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_unpack() { @@ -31,7 +31,7 @@ src_install() { cd ${S} dodir /usr/man/man5 dodir /usr/man/man8 - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman dodoc AUTHORS ChangeLog COPYING README doc/README* doc/*.txt dodoc etc/isapnp.* |