mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -39,6 +39,6 @@ src_install() {
|
|||||||
cd "${S}/.." || die
|
cd "${S}/.." || die
|
||||||
emake install DESTDIR="${D}"
|
emake install DESTDIR="${D}"
|
||||||
|
|
||||||
cd "${WORKDIR}/${VDRPLUGIN}-${PV}" || die
|
S="${WORKDIR}/vdr-plugin-markad-${PV}/"
|
||||||
dodoc README HISTORY
|
dodoc README HISTORY
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user