Date: Monday, February 15, 2010 @ 16:17:34
  Author: dgriffiths
Revision: 68991

FS#18248

Modified:
  vim-omnicppcomplete/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-02-15 21:15:46 UTC (rev 68990)
+++ PKGBUILD    2010-02-15 21:17:34 UTC (rev 68991)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer : Aaron Griffin <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+# Maintainer: Daniel J Griffiths <[email protected]>
 
 pkgname=vim-omnicppcomplete
 #I know the next version will be 0.5 just to break our crap
 pkgver=0.4.1
 _scriptid=7722
-pkgrel=4
+pkgrel=5
 pkgdesc="vim c++ completion omnifunc with a ctags database"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=1520";
@@ -18,12 +19,16 @@
 
 build()
 {
-  cd "${srcdir}"
-  installpath="${pkgdir}/usr/share/vim/vimfiles"
+       /bin/true
+}
 
-  mkdir -p ${installpath}
-  cp -r doc after autoload ${installpath}
+package() {
+       cd "${srcdir}"
+       installpath="${pkgdir}/usr/share/vim/vimfiles"
 
-  #just in case... make sure it's all 644
-  find ${installpath} -type f -exec chmod 644 {} \;
+       mkdir -p ${installpath}
+       cp -r doc after autoload ${installpath}
+
+       #just in case... make sure it's all 644
+       find ${installpath} -type f -exec chmod 644 {} \;
 }

Reply via email to