diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2007-01-19 19:44:35 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2007-01-19 19:44:35 +0000 |
commit | 3bb06f8776a0539e937085d46fab216b2ff6647b (patch) | |
tree | 58830b0f71ae739c036ff6c71b45c4e61e913a59 /media-video/vdr/vdr-1.4.4_p3.ebuild | |
parent | Stable on MIPS; bug #161360 (diff) | |
download | historical-3bb06f8776a0539e937085d46fab216b2ff6647b.tar.gz historical-3bb06f8776a0539e937085d46fab216b2ff6647b.tar.bz2 historical-3bb06f8776a0539e937085d46fab216b2ff6647b.zip |
small typo fixed
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'media-video/vdr/vdr-1.4.4_p3.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.4.4_p3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-1.4.4_p3.ebuild b/media-video/vdr/vdr-1.4.4_p3.ebuild index 09d1fd74565b..6deefd6480ec 100644 --- a/media-video/vdr/vdr-1.4.4_p3.ebuild +++ b/media-video/vdr/vdr-1.4.4_p3.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_p3.ebuild,v 1.2 2007/01/05 17:21:12 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.4.4_p3.ebuild,v 1.3 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 |