From 676f02abd8f51e35a9a8fbf8bbc4b59a11d0de2d Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Sat, 5 Jul 2025 22:49:17 +0800 Subject: [PATCH] sci-electronics/vcd: fix missing install command Signed-off-by: Huang Rui --- .../vcd/{vcd-221217.ebuild => vcd-221217-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-electronics/vcd/{vcd-221217.ebuild => vcd-221217-r1.ebuild} (89%) diff --git a/sci-electronics/vcd/vcd-221217.ebuild b/sci-electronics/vcd/vcd-221217-r1.ebuild similarity index 89% rename from sci-electronics/vcd/vcd-221217.ebuild rename to sci-electronics/vcd/vcd-221217-r1.ebuild index 3aeb461af2..659f9aac62 100644 --- a/sci-electronics/vcd/vcd-221217.ebuild +++ b/sci-electronics/vcd/vcd-221217-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,6 @@ src_compile() { src_install() { local DOCS=( README.md ) - emake DESTDIR="${ED}" + emake DESTDIR="${ED}" install einstalldocs }