summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-11-17 23:07:04 +0000
committerUlrich Müller <ulm@gentoo.org>2007-11-17 23:07:04 +0000
commit488cc6dce6e19895b52c896546c13197845bdeab (patch)
tree8df19efbab8f000182ac0c3e4e2ea97e9a4d7629 /app-emacs/zenirc
parenttouchups (diff)
downloadgentoo-2-488cc6dce6e19895b52c896546c13197845bdeab.tar.gz
gentoo-2-488cc6dce6e19895b52c896546c13197845bdeab.tar.bz2
gentoo-2-488cc6dce6e19895b52c896546c13197845bdeab.zip
Fix typo.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/zenirc')
-rw-r--r--app-emacs/zenirc/zenirc-2.112.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/zenirc/zenirc-2.112.ebuild b/app-emacs/zenirc/zenirc-2.112.ebuild
index 90a261a6e751..5054f4559caf 100644
--- a/app-emacs/zenirc/zenirc-2.112.ebuild
+++ b/app-emacs/zenirc/zenirc-2.112.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/zenirc/zenirc-2.112.ebuild,v 1.9 2007/10/18 06:49:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/zenirc/zenirc-2.112.ebuild,v 1.10 2007/11/17 23:07:04 ulm Exp $
inherit elisp
@@ -22,7 +22,7 @@ src_compile() {
src_install() {
emake prefix="${D}/usr" \
- infodir="${D}/usr/share/inf"o \
+ infodir="${D}/usr/share/info" \
elispdir="${D}/${SITELISP}/${PN}" \
etcdir="${D}/usr/share/${PN}" install || die "emake install failed"