[arch-commits] CVS update of arch/build/base/vi (fetch_runtime.sh)

Tobias Kieslich tobias at archlinux.org
Tue Jul 10 00:33:09 UTC 2007


    Date: Monday, July 9, 2007 @ 20:33:09
  Author: tobias
    Path: /home/cvs-arch/arch/build/base/vi

Modified: fetch_runtime.sh (1.1 -> 1.2)

updated the sed command to cover also *.install files and highlight them shell script styled


------------------+
 fetch_runtime.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Index: arch/build/base/vi/fetch_runtime.sh
diff -u arch/build/base/vi/fetch_runtime.sh:1.1 arch/build/base/vi/fetch_runtime.sh:1.2
--- arch/build/base/vi/fetch_runtime.sh:1.1	Mon Jul  9 20:26:29 2007
+++ arch/build/base/vi/fetch_runtime.sh	Mon Jul  9 20:33:09 2007
@@ -111,7 +111,7 @@
     return 1
   else
     echo -e "\tpatching filetype.vim for better handling of pacman related files ..."
-    sed -i "s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*/" filetype.vim
+    sed -i "s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" filetype.vim
   fi
   cd "${_OLDDIR}"
   return 0




More information about the arch-commits mailing list