media-plugins/vdr-markad: fix build failure

initial ebuild was faulty, dont know how this could happen...

Closes: https://bugs.gentoo.org/963786
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/44039
Closes: https://github.com/gentoo/gentoo/pull/44039
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer
2025-10-04 19:45:24 +02:00
committed by Sam James
parent 8d4c41469f
commit d4e0291c2b

View File

@@ -39,6 +39,6 @@ src_install() {
cd "${S}/.." || die
emake install DESTDIR="${D}"
cd "${WORKDIR}/${VDRPLUGIN}-${PV}" || die
S="${WORKDIR}/vdr-plugin-markad-${PV}/"
dodoc README HISTORY
}