summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-04-06 15:01:51 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-04-06 15:01:51 +0000
commit8fea2b7d8363cd4018cf39aebc2f8fcac9e35f09 (patch)
tree8b8b20085ca49e19b0c0a6a4277d9ad5399fdda6 /net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
parentPort 1.4-branch hrtimer build fix to 1.2.27, fixes build against 2.6.28 kerne... (diff)
downloadgentoo-2-8fea2b7d8363cd4018cf39aebc2f8fcac9e35f09.tar.gz
gentoo-2-8fea2b7d8363cd4018cf39aebc2f8fcac9e35f09.tar.bz2
gentoo-2-8fea2b7d8363cd4018cf39aebc2f8fcac9e35f09.zip
fix installation of ezmlm-checksub
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild')
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
index f47095406d67..453c77b59074 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.2 2009/01/02 10:35:28 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.3 2009/04/06 15:01:51 hollow Exp $
inherit qmail
@@ -56,7 +56,7 @@ src_compile() {
src_install () {
dodir /usr/bin /usr/lib/ezmlm /etc/ezmlm /usr/share/man
- dobin ezmlm-cgi
+ dobin ezmlm-{cgi,checksub}
make DESTDIR="${D}" setup || die "make setup failed"
}