summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2017-07-28 23:32:24 +0200
committerFlorian Walch2017-07-28 23:32:24 +0200
commita94bbebd397282dc5beb08cb6cfa3b25d627e53a (patch)
tree88a481b2111f4e29ac253fcbd8346557f1a90c7f /PKGBUILD
parente3776add00d2bc4482c07db7e13a349d2fac1192 (diff)
downloadaur-a94bbebd397282dc5beb08cb6cfa3b25d627e53a.tar.gz
PKGBUILD: Remove install commands (Neovim PR #7072).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e07fdf72f1a6..af1b1cad72d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.2.0.r368.gca385db4d
+pkgver=0.2.0.r612.g3b45f676c
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
@@ -48,8 +48,6 @@ package() {
cd "${pkgname}/build"
make DESTDIR="${pkgdir}" install
install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 ../runtime/nvim.desktop "${pkgdir}/usr/share/applications/nvim.desktop"
- install -Dm644 ../runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
}
# vim:set sw=2 sts=2 et: