summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-09-15 11:23:17 -0400
committerTim Harder <radhermit@gentoo.org>2016-09-15 11:30:33 -0400
commit219805d7e0dc24c428f0bb2e3414693dd65ad33b (patch)
treeba017b345be42e61f71c031bca847c5e0284d695 /app-editors/vim-core/vim-core-9999.ebuild
parentdev-libs/glib: Add $(get_exeext) to MULTILIB_CHOST_TOOLS (diff)
downloadgentoo-219805d7e0dc24c428f0bb2e3414693dd65ad33b.tar.gz
gentoo-219805d7e0dc24c428f0bb2e3414693dd65ad33b.tar.bz2
gentoo-219805d7e0dc24c428f0bb2e3414693dd65ad33b.zip
app-editors/vim-core: version bump to 8.0.0005
Diffstat (limited to 'app-editors/vim-core/vim-core-9999.ebuild')
-rw-r--r--app-editors/vim-core/vim-core-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild
index 93665e6f07de..f4f2539f21ae 100644
--- a/app-editors/vim-core/vim-core-9999.ebuild
+++ b/app-editors/vim-core/vim-core-9999.ebuild
@@ -154,8 +154,7 @@ src_install() {
local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
dodir /usr/{bin,share/{man/man1,vim}}
- cd src || die "cd src failed"
- emake \
+ emake -C src \
installruntime \
installmanlinks \
installmacros \
@@ -163,7 +162,6 @@ src_install() {
installtutorbin \
installtools \
install-languages \
- install-icons \
DESTDIR="${D}" \
BINDIR="${EPREFIX}"/usr/bin \
MANDIR="${EPREFIX}"/usr/share/man \