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.5.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.5.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-1.4.5.ebuild b/media-video/vdr/vdr-1.4.5.ebuild index 58feebd84c20..7b3f8bbd6e34 100644 --- a/media-video/vdr/vdr-1.4.5.ebuild +++ b/media-video/vdr/vdr-1.4.5.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.5.ebuild,v 1.1 2007/01/07 22:51:24 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.5.ebuild,v 1.2 2007/01/19 19:44:35 hd_brummy Exp $ inherit eutils flag-o-matic multilib @@ -194,7 +194,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 |