# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.34 2006/09/20 08:23:41 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.35 2006/10/08 13:11:28 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
# else install ${FILESDIR}/rc-addon.sh if it exists.
#
# Gets installed under ${VDR_RC_DIR}/plugin-${VDRPLUGIN}.sh
-# (in example vdr-femon this would be /usr/lib/vdr/rcscript/plugin-femon.sh)
+# (in example vdr-femon this would be /usr/share/vdr/rcscript/plugin-femon.sh)
#
# This file is sourced by the startscript when plugin is activated in /etc/conf.d/vdr
# It could be used for special startup actions for this plugins, or to create the
VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins"
VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums"
- # transition to /usr/share/... will need new vdr-scripts version stable
- VDR_RC_DIR="/usr/lib/vdr/rcscript"
+ # was /usr/lib/... some time ago
+ # since gentoo-vdr-scripts-0.3.6 it works with /usr/share/...
+ VDR_RC_DIR="/usr/share/vdr/rcscript"
# Pathes to includes
VDR_INCLUDE_DIR="/usr/include/vdr"