]> git.pld-linux.org Git - packages/kitty.git/commitdiff
Allow no .py* match from installation root
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Feb 2023 19:47:10 +0000 (21:47 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Feb 2023 19:47:10 +0000 (21:47 +0200)
kitty.spec

index 81bae55a7c6896aba6d0d2371927c78b03a1c78f..cbffc96b37f9273f8b20c43686fe6af3e1cb3f4b 100644 (file)
@@ -176,7 +176,7 @@ sed 's|set -l KITTY_INSTALLATION_DIR .*|set -l KITTY_INSTALLATION_DIR "%{_libdir
  -i $RPM_BUILD_ROOT%{fish_compdir}/%{name}.fish
 
 # script-without-shebang '__init__.py'
-find $RPM_BUILD_ROOT -type f -name "*.py*" ! -name askpass.py | xargs chmod a-x
+find $RPM_BUILD_ROOT -type f -name "*.py*" ! -name askpass.py | xargs -r chmod a-x
 
 %if %{with doc}
 # rpmlint fixes
This page took 0.133051 seconds and 4 git commands to generate.