From 261c16b908f43dd09d9de7293014241d8f6a8ee8 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 2 Aug 2016 21:33:17 +0200 Subject: [PATCH] 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 -- 2.44.0