summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 15:48:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 15:48:06 +0000
commit6a82ddfd7729d40556e312b00967ede9e919b1ac (patch)
tree4adae15600bdcf96abe38efceff3bae69a447e80 /app-misc
parentremoved crusty ebuild (diff)
downloadgentoo-2-6a82ddfd7729d40556e312b00967ede9e919b1ac.tar.gz
gentoo-2-6a82ddfd7729d40556e312b00967ede9e919b1ac.tar.bz2
gentoo-2-6a82ddfd7729d40556e312b00967ede9e919b1ac.zip
small cleanup
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/devtodo/devtodo-0.1.14.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.14.ebuild b/app-misc/devtodo/devtodo-0.1.14.ebuild
index 9e33fc94a37e..f9ab65b0622b 100644
--- a/app-misc/devtodo/devtodo-0.1.14.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.14.ebuild,v 1.2 2002/07/25 16:55:21 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.14.ebuild,v 1.3 2002/08/30 15:48:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A nice command line todo list for developers"
@@ -16,8 +16,8 @@ DEPEND=">=sys-libs/ncurses-5.2
src_compile() {
+
econf --sysconfdir=/etc/devtodo || die
-
make || die
}