commit:     d7f1e8b99694e32351fd7796a1e7832b647c55e2
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 20:46:51 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 20:46:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f1e8b9

media-plugins/vdr-graphlcd: fixed broken dosym link

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 .../{vdr-graphlcd-1.0.1.ebuild => vdr-graphlcd-1.0.1-r1.ebuild}   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1.ebuild 
b/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild
similarity index 88%
rename from media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1.ebuild
rename to media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild
index 461c365b4d2..bdaa50b4841 100644
--- a/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1.ebuild
+++ b/media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -68,9 +68,9 @@ src_install() {
        # do we need this sym link? need testing..
        dosym "../../fonts/corefonts" "/usr/share/vdr/graphlcd/fonts"
 
-       dosym "../../../../usr/share/fonts/corefonts" 
"/etc/vdr/plugins/${VDRPLUGIN}/fonts"
-       dosym "../../../../usr/share/vdr/${VDRPLUGIN}/logos" 
"/etc/vdr/plugins/${VDRPLUGIN}/logos"
-       dosym "../../../etc/graphlcd.conf" 
"/etc/vdr/plugins/${VDRPLUGIN}/graphlcd.conf"
+       dosym ${sysroot}/usr/share/fonts/corefonts 
${sysroot}/etc/vdr/plugins/"${VDRPLUGIN}"/fonts
+       dosym ${sysroot}/usr/share/vdr/"${VDRPLUGIN}"/logos 
${sysroot}/etc/vdr/plugins/"${VDRPLUGIN}"/logos
+       dosym ${sysroot}/etc/graphlcd.conf 
${sysroot}/etc/vdr/plugins/"${VDRPLUGIN}"/graphlcd.conf
 
        # do we need this sym link? need testing..
 #      dosym "logonames.alias.1.3" 
"/etc/vdr/plugins/${VDRPLUGIN}/logonames.alias"

Reply via email to