commit: 676f02abd8f51e35a9a8fbf8bbc4b59a11d0de2d
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Jul 5 14:49:17 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Jul 5 14:50:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=676f02ab
sci-electronics/vcd: fix missing install command
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
sci-electronics/vcd/{vcd-221217.ebuild => vcd-221217-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
}