]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
hardcode /usr/share/vim/doc in %vim_doc_helptags auto/th/rpm-build-macros-1.718-1
authorJan Palus <atler@pld-linux.org>
Tue, 2 Aug 2016 19:33:17 +0000 (21:33 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 2 Aug 2016 19:33:17 +0000 (21:33 +0200)
rpm.macros

index a597c8769436b4aaf8cfcd7a66a4a852ccd644ff..17973281771f0c44653664276e778e267af0201a 100644 (file)
@@ -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
This page took 0.05438 seconds and 4 git commands to generate.