diff --git a/aerc.changes b/aerc.changes index fb590cf..9364b14 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 17 18:58:12 UTC 2023 - Matej Cepl + +- Fix shebangs of included scripts + ------------------------------------------------------------------- Tue Jul 25 21:41:08 UTC 2023 - mcepl@cepl.eu diff --git a/aerc.spec b/aerc.spec index 066e9be..b0225c2 100644 --- a/aerc.spec +++ b/aerc.spec @@ -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=""