]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
fix shebangs
authorJan Palus <atler@pld-linux.org>
Thu, 7 May 2020 22:12:06 +0000 (00:12 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 7 May 2020 22:12:06 +0000 (00:12 +0200)
pidgin.spec

index ff79986e8c92eacc7dc8451aa441aa9bffde81f0..3a6d01965f78875ab30b0639368c0b680b505f28 100644 (file)
@@ -566,6 +566,8 @@ Dokumentacja Pidgina dla programistów (format HTML).
 %patch4 -p1
 %patch5 -p1
 
+%{__sed} -i -e '1s|#!/usr/bin/env python$|#!%{__python}|'  libpurple/purple-{remote,url-handler}
+
 %build
 %if %{with dotnet}
 if [ ! -f /proc/cpuinfo ]; then
This page took 0.209582 seconds and 4 git commands to generate.