summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/pwgen/pwgen-2.01.ebuild')
-rw-r--r--app-admin/pwgen/pwgen-2.01.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pwgen/pwgen-2.01.ebuild b/app-admin/pwgen/pwgen-2.01.ebuild
index 5069d81f1c12..2b24fc79a530 100644
--- a/app-admin/pwgen/pwgen-2.01.ebuild
+++ b/app-admin/pwgen/pwgen-2.01.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.01.ebuild,v 1.15 2004/01/04 17:07:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.01.ebuild,v 1.16 2004/04/25 21:42:07 agriffis Exp $
DESCRIPTION="Password Generator"
SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
@@ -18,7 +18,7 @@ src_compile() {
sed -e 's:$(prefix)/man/man1:$(mandir)/man1:g' \
Makefile.in.new > Makefile.in
- econf --sysconfdir=/etc/pwgen
+ econf --sysconfdir=/etc/pwgen || die "econf failed"
emake || die
}