summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/mtools/mtools-3.9.9.ebuild')
-rw-r--r--sys-fs/mtools/mtools-3.9.9.ebuild4
1 files changed, 2 insertions, 2 deletions
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
}