summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r--sys-fs/mtools/ChangeLog8
-rw-r--r--sys-fs/mtools/mtools-3.9.8-r1.ebuild4
-rw-r--r--sys-fs/mtools/mtools-3.9.9.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog
index a56bd01cc2a6..f7f4f971ac64 100644
--- a/sys-fs/mtools/ChangeLog
+++ b/sys-fs/mtools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/mtools
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.3 2004/01/03 14:27:30 mholzer Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.4 2004/04/26 14:39:57 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mtools-3.9.8-r1.ebuild,
+ mtools-3.9.9.ebuild:
+ Add die following econf for bug 48950
*mtools-3.9.9 (03 Jan 2004)
diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild
index 24b1e55381b0..d35290262f68 100644
--- a/sys-fs/mtools/mtools-3.9.8-r1.ebuild
+++ b/sys-fs/mtools/mtools-3.9.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.4 2004/03/07 19:16:45 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.5 2004/04/26 14:39:57 agriffis Exp $
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
SRC_URI="http://mtools.linux.lu/${P}.tar.gz"
@@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha ~amd64"
DEPEND="sys-apps/texinfo"
src_compile() {
- econf --sysconfdir=/etc/mtools
+ econf --sysconfdir=/etc/mtools || die "econf failed"
make || die
}
diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild
index 8ee566eb7c51..49095d90b29e 100644
--- a/sys-fs/mtools/mtools-3.9.9.ebuild
+++ b/sys-fs/mtools/mtools-3.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.2 2004/03/07 19:16:45 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.3 2004/04/26 14:39:57 agriffis Exp $
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
SRC_URI="http://mtools.linux.lu/${P}.tar.gz"
@@ -13,7 +13,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
DEPEND="sys-apps/texinfo"
src_compile() {
- econf --sysconfdir=/etc/mtools
+ econf --sysconfdir=/etc/mtools || die "econf failed"
make || die
}