[arch-commits] Commit in cmake/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Sep 5 10:35:21 UTC 2010


    Date: Sunday, September 5, 2010 @ 06:35:21
  Author: andrea
Revision: 89935

upgpkg: cmake 2.8.2-2
move vim files to /usr/share/vim/vimfiles/

Modified:
  cmake/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-05 09:12:21 UTC (rev 89934)
+++ PKGBUILD	2010-09-05 10:35:21 UTC (rev 89935)
@@ -6,7 +6,7 @@
 
 pkgname=cmake
 pkgver=2.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -33,7 +33,7 @@
 	cd ${srcdir}/${pkgname}-${pkgver}
 	make DESTDIR=${pkgdir} install
 
-	vimpath="$pkgdir/usr/share/vim/vim72"
+	vimpath="$pkgdir/usr/share/vim/vimfiles"
 	install -Dm644 Docs/cmake-indent.vim $vimpath/indent/cmake-indent.vim
 	install -Dm644 Docs/cmake-syntax.vim $vimpath/syntax/cmake-syntax.vim
 	install -Dm644 Docs/cmake-mode.el $pkgdir/usr/share/emacs/site-lisp/cmake-mode.el




More information about the arch-commits mailing list