diff options
Diffstat (limited to 'sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild')
-rw-r--r-- | sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild index 10ff82ed8b3a..a5704e9bce6f 100644 --- a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild +++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -71,7 +71,7 @@ src_configure() { $(use_enable tpm tspi) } -src_install(){ +src_install() { emake DESTDIR="${D}" install if use python; then |