summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-10-08 13:11:28 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-10-08 13:11:28 +0000
commitd0b66a23352d2bc5cf9f92b6eb91f6eb6d148c44 (patch)
tree1c074add3bfc581d020103f4b036e5ab6e21ff97 /eclass
parentAdded ~ppc64 (diff)
downloadgentoo-2-d0b66a23352d2bc5cf9f92b6eb91f6eb6d148c44.tar.gz
gentoo-2-d0b66a23352d2bc5cf9f92b6eb91f6eb6d148c44.tar.bz2
gentoo-2-d0b66a23352d2bc5cf9f92b6eb91f6eb6d148c44.zip
Moved plugin-rc-addons to /usr/share.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vdr-plugin.eclass9
1 files changed, 5 insertions, 4 deletions
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 <zzam@gentoo.org>
@@ -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"