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

Anatol Pomozov anatolik at archlinux.org
Wed Nov 19 16:29:50 UTC 2014


    Date: Wednesday, November 19, 2014 @ 17:29:50
  Author: anatolik
Revision: 226405

Do not break build process if newer tag exists. Vim creates these tags several times a day.

Modified:
  vim/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-19 16:21:29 UTC (rev 226404)
+++ PKGBUILD	2014-11-19 16:29:50 UTC (rev 226405)
@@ -34,7 +34,6 @@
   if (( $_tag != $_latesttag )); then
     printf 'You are not building the latest revision!\n'
     printf "Consider updating to tag $_latesttag.\n"
-    exit 1
   fi
 
   # define the place for the global (g)vimrc file (set to /etc/vimrc)
@@ -316,7 +315,7 @@
   done
 
   # need to remove since this is provided by vim-runtime
-  rm -rf "${pkgdir}"/usr/share/vim
+  rm -r "${pkgdir}"/usr/share/vim
 
   # freedesktop links
   install -Dm644 "${srcdir}"/gvim.desktop \



More information about the arch-commits mailing list