summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-01-04 21:30:06 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-01-04 21:30:06 +0000
commita66e94859c05cf32a86d95a6b38ff2f0e05ab076 (patch)
tree2349912dca24775da3b925c0e166e343eed681a0 /app-misc/devtodo
parent0.4.6 version bump (diff)
downloadhistorical-a66e94859c05cf32a86d95a6b38ff2f0e05ab076.tar.gz
historical-a66e94859c05cf32a86d95a6b38ff2f0e05ab076.tar.bz2
historical-a66e94859c05cf32a86d95a6b38ff2f0e05ab076.zip
todorc was installed into /etc, not /etc/devtodo, fixed that
Diffstat (limited to 'app-misc/devtodo')
-rw-r--r--app-misc/devtodo/devtodo-0.1.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.17.ebuild b/app-misc/devtodo/devtodo-0.1.17.ebuild
index 27bd141756bf..4ae4e136ab06 100644
--- a/app-misc/devtodo/devtodo-0.1.17.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.17.ebuild,v 1.1 2003/01/04 19:36:54 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.17.ebuild,v 1.2 2003/01/04 21:30:06 hannes Exp $
IUSE=""
DESCRIPTION="A nice command line todo list for developers"
@@ -20,7 +20,7 @@ src_compile() {
}
src_install() {
- einstall
+ make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog QuickStart README TODO
dodoc doc/scripts.sh doc/scripts.tcsh doc/todorc.example contrib/tdrec
}