Fix shebangs of included scripts

This commit is contained in:
Matej Cepl 2023-08-17 19:58:15 +01:00
parent 41d9ad9bb9
commit 7c77a52da8
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 17 18:58:12 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Fix shebangs of included scripts
-------------------------------------------------------------------
Tue Jul 25 21:41:08 UTC 2023 - mcepl@cepl.eu

View File

@ -44,6 +44,10 @@ aerc is an email client that runs in terminals.
cp -a %{_sourcedir}/aerc/* .
sed -i 's|#!/usr/bin/env python3|#!/usr/bin/python3|' \
./contrib/carddav-query \
filters/show-ics-details.py
%build
%if "%{_arch}" == "ppc64"
%make_build CC=cc GOFLAGS=""