From afd880685a4efeaeeb0b3a4947e9c7cf8c34639afe8bedb91f4eed1fb9ce81b3 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 16 Nov 2021 12:04:15 +0000 Subject: [PATCH] fix perms OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=76 --- vim-plugins.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim-plugins.spec b/vim-plugins.spec index 2037146..a717907 100644 --- a/vim-plugins.spec +++ b/vim-plugins.spec @@ -659,6 +659,9 @@ pushd file-line-%file_line_version %patch3 -p1 popd +find tlib_vim-%{tlib_version} -type f \( -name '*.vim' -o -name '*.txt' \) -exec chmod -v 644 {} + +chmod -v 644 vimplugin-taglist-%{taglist_version}/doc/taglist.txt + %build %install