summaryrefslogtreecommitdiff
path: root/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/copyfs/copyfs-1.0.1-r1.ebuild')
-rw-r--r--sys-fs/copyfs/copyfs-1.0.1-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild b/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild
index ec53bab73be8..543302c45eb9 100644
--- a/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild
+++ b/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,10 +33,10 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf --bindir="${D}/usr/bin" --mandir="${D}/usr/share/man"
-}
-
src_compile() {
emake CC=$(tc-getCC)
}
+
+src_install() {
+ emake bindir="${D}"/usr/bin mandir="${D}"/usr/share/man install
+}