diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-14 09:08:41 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-14 09:09:02 +0000 |
commit | 51be5108817015fd69a8ad8fd3c1bbd504eef612 (patch) | |
tree | 2857d76860aca671c96b26dfb0ab9ce6b360a0d1 /app-vim/pydiction | |
parent | dev-python/pypy3-bin: INSDESTTREE -> custom var, #582982 (diff) | |
download | gentoo-51be5108817015fd69a8ad8fd3c1bbd504eef612.tar.gz gentoo-51be5108817015fd69a8ad8fd3c1bbd504eef612.tar.bz2 gentoo-51be5108817015fd69a8ad8fd3c1bbd504eef612.zip |
app-vim/pydiction: Fix S variable.
Gentoo-Bug: https://bugs.gentoo.org/582994
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim/pydiction')
-rw-r--r-- | app-vim/pydiction/pydiction-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |