commit:     4aed7ed890c6c5108d2d3d21c397f6a0a8e7fc84
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 13:22:57 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 13:23:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aed7ed8

media-gfx/evoluspencil: call insinto before doins

Closes: https://bugs.gentoo.org/627098
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild 
b/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild
index 13a9b926a7b..9fd30e8fefa 100644
--- a/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild
+++ b/media-gfx/evoluspencil/evoluspencil-2.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,6 +30,7 @@ src_prepare() {
 }
 
 src_install() {
+       insinto /
        doins -r usr
        newbin "${FILESDIR}"/launcher ${PN}
 }

Reply via email to