[packages/rpm-build-macros] hardcode /usr/share/vim/doc in %vim_doc_helptags

atler atler at pld-linux.org
Tue Aug 2 21:33:59 CEST 2016


commit 261c16b908f43dd09d9de7293014241d8f6a8ee8
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Aug 2 21:33:17 2016 +0200

    hardcode /usr/share/vim/doc in %vim_doc_helptags

 rpm.macros | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rpm.macros b/rpm.macros
index a597c87..1797328 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -2270,7 +2270,7 @@ want_enable_service() { \
 # Requires(post,postun):	vim-rt >= 4:7.4.2054-2
 %vim_doc_helptags() \
 umask 022; \
-/usr/bin/vim -c ':helptags %{_datadir}/vim/doc' -c ':q' 2>/dev/null \
+/usr/bin/vim -c ':helptags /usr/share/vim/doc' -c ':q' 2>/dev/null \
 %{nil}
 
 # EOF
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/261c16b908f43dd09d9de7293014241d8f6a8ee8



More information about the pld-cvs-commit mailing list