]> git.pld-linux.org Git - packages/pulseaudio.git/commitdiff
fix shebang
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 16:04:51 +0000 (18:04 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 16:04:51 +0000 (18:04 +0200)
pulseaudio.spec

index a198a659a0c0a6e8f33978cef371cbdc274d09fe..2f00d55ba81cee614feaefe4cc7326b2d654f2ee 100644 (file)
@@ -381,7 +381,7 @@ Uzupełnianie parametrów w zsh dla poleceń PulseAudio.
 %patch0 -p1
 %patch1 -p1
 
-%{__sed} -i -e '1s,#!/usr/bin/env python,#!/usr/bin/python,' src/utils/qpaeq
+%{__sed} -i -e '1s,#!/usr/bin/env python,#!%{__python},' src/utils/qpaeq
 
 %build
 %{__libtoolize}
This page took 0.112286 seconds and 4 git commands to generate.