summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/pwgen/pwgen-2.03.ebuild')
-rw-r--r--app-admin/pwgen/pwgen-2.03.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pwgen/pwgen-2.03.ebuild b/app-admin/pwgen/pwgen-2.03.ebuild
index ea2008f81f4f..a17385ff6d2d 100644
--- a/app-admin/pwgen/pwgen-2.03.ebuild
+++ b/app-admin/pwgen/pwgen-2.03.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/app-admin/pwgen/pwgen-2.03.ebuild,v 1.8 2004/01/04 17:07:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.03.ebuild,v 1.9 2004/04/25 21:42:07 agriffis Exp $
DESCRIPTION="Password Generator"
SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
@@ -19,7 +19,7 @@ src_unpack() {
}
src_compile() {
- econf --sysconfdir=/etc/pwgen
+ econf --sysconfdir=/etc/pwgen || die "econf failed"
emake || die
}