]> git.pld-linux.org Git - packages/lensfun.git/commitdiff
fix shebangs
authorJan Palus <atler@pld-linux.org>
Wed, 9 Dec 2020 17:49:54 +0000 (18:49 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 9 Dec 2020 17:49:54 +0000 (18:49 +0100)
lensfun.spec

index fde402466daaed9c55891f532f4bde59fc785fcf..daa4f3e8e29819f223f2002d8830c64179203c77 100644 (file)
@@ -64,6 +64,9 @@ Dokumentacja API biblioteki lensfun.
 %setup -q
 %patch0 -p1
 
+%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' apps/lensfun-{add-adapter,update-data}
+%{__sed} -i -e '1s,/usr/bin/env sh,%{__sh},' apps/g-lensfun-update-data
+
 %build
 install -d build
 cd build
This page took 0.061344 seconds and 4 git commands to generate.