Moved plugin-rc-addons to /usr/share.
authorMatthias Schwarzott <zzam@gentoo.org>
Sun, 8 Oct 2006 13:11:28 +0000 (13:11 +0000)
committerMatthias Schwarzott <zzam@gentoo.org>
Sun, 8 Oct 2006 13:11:28 +0000 (13:11 +0000)
eclass/vdr-plugin.eclass

index 5d2eb30d82346bc7b261adcade8a8fb84eb33a71..86020f301e71e8742c6e9924bb9d608e15f3d5d1 100644 (file)
@@ -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"