From a065a0c0005da8ebdcda734764ddf76bb746af18 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 2 May 2020 14:34:45 +0200 Subject: [PATCH] fix shebang --- mm-common.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm-common.spec b/mm-common.spec index 9cec48e..aecf979 100644 --- a/mm-common.spec +++ b/mm-common.spec @@ -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} -- 2.44.0