summaryrefslogtreecommitdiff
path: root/sys-block/whdd/whdd-3.0.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-16 15:29:48 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-16 15:29:48 +0100
commita109f15e80eca93b1cc39b6f7ddb12124dfe2ca7 (patch)
tree0ac4d5c7af9b11332e9ca3497752b2ebb71ecaf2 /sys-block/whdd/whdd-3.0.1-r2.ebuild
parentaccbdffb733f126a43659c4d2c552b765726ca86 (diff)
gentoo auto-resync : 16:08:2023 - 15:29:48
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
+}