From 51be5108817015fd69a8ad8fd3c1bbd504eef612 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 14 May 2016 09:08:41 +0000 Subject: app-vim/pydiction: Fix S variable. Gentoo-Bug: https://bugs.gentoo.org/582994 Package-Manager: portage-2.2.26 --- app-vim/pydiction/pydiction-1.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-vim') diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild index 1699c182375d..25861af3e4d3 100644 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND="app-arch/unzip" RDEPEND="dev-lang/python:*" -S="${WORKDIR}/${PN}" +S="${WORKDIR}/${PN}-master" src_install() { insinto "/usr/share/${PN}" -- cgit v1.2.3-65-gdbad