]> git.pld-linux.org Git - packages/fish.git/commitdiff
fix shebangs
authorJan Palus <atler@pld-linux.org>
Sun, 2 Aug 2020 22:15:15 +0000 (00:15 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 Aug 2020 22:15:15 +0000 (00:15 +0200)
fish.spec

index 6e63a2edb8b4588362afdff4917c978514cdba99..f1b008338e7c894d52bb71d19b21e4b0dd1f9399 100644 (file)
--- a/fish.spec
+++ b/fish.spec
@@ -29,6 +29,8 @@ nie jest zgodna z innymi językami powłoki.
 %prep
 %setup -q
 
+%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' share/tools/{deroff.py,create_manpage_completions.py,web_config/webconfig.py}
+
 %build
 %{__aclocal}
 %{__autoconf}
This page took 0.216351 seconds and 4 git commands to generate.