diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-10-21 01:06:58 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-10-21 01:06:58 +0000 |
commit | ffd802c09ff5d8fa8c87c406c59df864800810b7 (patch) | |
tree | 010d591986043861b6e52d1c49f7652157782361 /dev-libs/go-fuse | |
parent | fix missing dep (diff) | |
download | gentoo-2-ffd802c09ff5d8fa8c87c406c59df864800810b7.tar.gz gentoo-2-ffd802c09ff5d8fa8c87c406c59df864800810b7.tar.bz2 gentoo-2-ffd802c09ff5d8fa8c87c406c59df864800810b7.zip |
I have no clue why, but this is how it wants to be installed
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-libs/go-fuse')
-rw-r--r-- | dev-libs/go-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/go-fuse/go-fuse-9999.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/go-fuse/ChangeLog b/dev-libs/go-fuse/ChangeLog index 06c34c6d6a63..ee2c03f4203a 100644 --- a/dev-libs/go-fuse/ChangeLog +++ b/dev-libs/go-fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/go-fuse # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.1 2013/10/21 00:58:01 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.2 2013/10/21 01:06:58 zerochaos Exp $ + + 21 Oct 2013; Rick Farina <zerochaos@gentoo.org> go-fuse-9999.ebuild: + I have no clue why, but this is how it wants to be installed *go-fuse-9999 (21 Oct 2013) diff --git a/dev-libs/go-fuse/go-fuse-9999.ebuild b/dev-libs/go-fuse/go-fuse-9999.ebuild index a3937b5e34b0..8580d0f2bb78 100644 --- a/dev-libs/go-fuse/go-fuse-9999.ebuild +++ b/dev-libs/go-fuse/go-fuse-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.1 2013/10/21 00:58:01 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.2 2013/10/21 01:06:58 zerochaos Exp $ EAPI=5 @@ -48,5 +48,7 @@ done #insinto /usr/lib/go/src/pkg/${GO_PN}/ #doins -r "${S}/pkg/linux_${ARCH}/${GO_PN}/." insinto /usr/lib/go/ -doins -r "${S}/." +doins -r "${S}/pkg" +insinto /usr/lib/go/src/pkg +doins -r "${S}/src/." } |