]> git.pld-linux.org Git - packages/mm-common.git/commitdiff
fix shebang
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 12:34:45 +0000 (14:34 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 12:34:45 +0000 (14:34 +0200)
mm-common.spec

index 9cec48eecd8a941382fa2e92dea360801721b8bf..aecf97917bd7d7bb652444a6c6ba63e41e2b90bf 100644 (file)
@@ -27,6 +27,8 @@ pomiędzy biblioteki wiązań C++ do GNOME.
 %prep
 %setup -q
 
+%{__sed} -i -e '1s,/usr/bin/env python3$,%{__python3},' util/mm-common-get.in
+
 %build
 %{__aclocal}
 %{__autoconf}
This page took 0.131376 seconds and 4 git commands to generate.