summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2021-02-12 21:46:51 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2021-02-12 21:46:51 +0100
commitd7f1e8b99694e32351fd7796a1e7832b647c55e2 (patch)
treed096933ec8c1a3ec0c1a2157193a5adf49196ac3 /media-plugins/vdr-graphlcd
parentgames-strategy/0ad: revert to bundled libraries (diff)
downloadgentoo-d7f1e8b99694e32351fd7796a1e7832b647c55e2.tar.gz
gentoo-d7f1e8b99694e32351fd7796a1e7832b647c55e2.tar.bz2
gentoo-d7f1e8b99694e32351fd7796a1e7832b647c55e2.zip
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@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-graphlcd')
-rw-r--r--media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1-r1.ebuild (renamed from media-plugins/vdr-graphlcd/vdr-graphlcd-1.0.1.ebuild)8
1 files 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
index 461c365b4d28..bdaa50b4841d 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"