From: Matthias Schwarzott Date: Sun, 8 Oct 2006 13:11:28 +0000 (+0000) Subject: Moved plugin-rc-addons to /usr/share. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df1f0cbca96d3dfa470c7d34044e445da3316736;p=gentoo.git Moved plugin-rc-addons to /usr/share. --- diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 5d2eb30d8234..86020f301e71 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # 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 @@ -40,7 +40,7 @@ # 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 @@ -109,8 +109,9 @@ vdr-plugin_pkg_setup() { 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"