diff options
author | Sam James <sam@gentoo.org> | 2021-01-17 03:29:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-17 04:10:20 +0000 |
commit | 19287c46f35602227780d8081ed1a08f9670f060 (patch) | |
tree | 92714fe99aa4cec05c3ac8442330d7d632d14a9d | |
parent | app-emulation/xen-tools: fix ProbableGlobalUse (ocaml) (diff) | |
download | gentoo-19287c46f35602227780d8081ed1a08f9670f060.tar.gz gentoo-19287c46f35602227780d8081ed1a08f9670f060.tar.bz2 gentoo-19287c46f35602227780d8081ed1a08f9670f060.zip |
app-eselect/eselect-unison: fix RedundantDodir
Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-eselect/eselect-unison/eselect-unison-0.4.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-eselect/eselect-unison/eselect-unison-0.4.ebuild b/app-eselect/eselect-unison/eselect-unison-0.4.ebuild index 6246a68d7f0c..27cf985a6381 100644 --- a/app-eselect/eselect-unison/eselect-unison-0.4.ebuild +++ b/app-eselect/eselect-unison/eselect-unison-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,15 +11,13 @@ S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" -DEPEND="" RDEPEND=">=app-admin/eselect-1.2.3" src_install() { local MODULEDIR="/usr/share/eselect/modules" local MODULE="unison" - dodir ${MODULEDIR} + insinto ${MODULEDIR} newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect } |