From c159dfba833e09eb9a74088016e0a773fd76a5fe Mon Sep 17 00:00:00 2001 From: Sergej Pupykin <spupykin@archlinux.org> Date: Thu, 11 Oct 2012 12:10:29 +0000 Subject: [PATCH] upd --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 723e308..4407bce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lilypond pkgver=2.16.0 -pkgrel=1 +pkgrel=2 pkgdesc="An automated music engraving system" arch=('i686' 'x86_64') url="http://lilypond.org" @@ -38,5 +38,5 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" vimdir="/usr/share/vim/vimfiles" install } -- GitLab