diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2007-01-19 19:44:35 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2007-01-19 19:44:35 +0000 |
commit | 9d05d8a6cb2a035f9eb7b69afd2a364fac211f97 (patch) | |
tree | 1b8aae57ef3c91829aaccbaa8a6a31ad6cf9643d /media-video/vdr/vdr-1.4.4.ebuild | |
parent | Stable on MIPS; bug #161360 (diff) | |
download | gentoo-2-9d05d8a6cb2a035f9eb7b69afd2a364fac211f97.tar.gz gentoo-2-9d05d8a6cb2a035f9eb7b69afd2a364fac211f97.tar.bz2 gentoo-2-9d05d8a6cb2a035f9eb7b69afd2a364fac211f97.zip |
small typo fixed
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-video/vdr/vdr-1.4.4.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-1.4.4.ebuild b/media-video/vdr/vdr-1.4.4.ebuild index eeacc79c43e1..852f615b10ee 100644 --- a/media-video/vdr/vdr-1.4.4.ebuild +++ b/media-video/vdr/vdr-1.4.4.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/media-video/vdr/vdr-1.4.4.ebuild,v 1.3 2007/01/05 17:21:12 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.4.ebuild,v 1.4 2007/01/19 19:44:35 hd_brummy Exp $ inherit eutils flag-o-matic multilib @@ -182,7 +182,7 @@ pkg_postinst() { if use setup-plugin; then echo eerror "It is very important to emerge media-plugins/vdr-setup now" - eerror "and to have it activated in /etc/conf.de/vdr PLUGINS=\"\"" + eerror "and to have it activated in /etc/conf.d/vdr PLUGINS=\"\"" fi local keysfound=0 |