summaryrefslogtreecommitdiff
path: root/sys-block/whdd/whdd-3.0.1-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/whdd/whdd-3.0.1-r2.ebuild')
-rw-r--r--sys-block/whdd/whdd-3.0.1-r2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-block/whdd/whdd-3.0.1-r2.ebuild b/sys-block/whdd/whdd-3.0.1-r2.ebuild
index eadfaf945d92..fdadb1a4f8d4 100644
--- a/sys-block/whdd/whdd-3.0.1-r2.ebuild
+++ b/sys-block/whdd/whdd-3.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,3 +29,8 @@ src_compile() {
tc-export CC
default
}
+
+src_install() {
+ emake DESTDIR="${ED}" install
+ einstalldocs
+}