[arch-commits] CVS update of extra/editors/vim (PKGBUILD)
    Eric Belanger 
    eric at archlinux.org
       
    Fri Mar  7 05:47:15 UTC 2008
    
    
  
    Date: Friday, March 7, 2008 @ 00:47:15
  Author: eric
    Path: /home/cvs-extra/extra/editors/vim
Modified: PKGBUILD (1.19 -> 1.20)
upgpkg: vim 7.1.267-1
    removed out-of-$startdir/src reference
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Index: extra/editors/vim/PKGBUILD
diff -u extra/editors/vim/PKGBUILD:1.19 extra/editors/vim/PKGBUILD:1.20
--- extra/editors/vim/PKGBUILD:1.19	Thu Mar  6 21:07:41 2008
+++ extra/editors/vim/PKGBUILD	Fri Mar  7 00:47:15 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.19 2008/03/07 02:07:41 tobias Exp $
+# $Id: PKGBUILD,v 1.20 2008/03/07 05:47:15 eric Exp $
 # Maintainer: tobias [ tobias at archlinux org ]
 
 pkgname=vim
@@ -25,7 +25,7 @@
 build()
 {
   # pull in patches from vim.org (or the src cache alternatively)
-  . ${startdir}/fetch_patches.sh
+  . ${startdir}/src/fetch_patches.sh
   get_patches || return 1
   cd ${startdir}/src/vim$(echo ${_srcver} | sed "s/\.//")
   sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' src/feature.h
    
    
More information about the arch-commits
mailing list