From 7c77a52da8f7f9f464b500630728264d91c4dde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 17 Aug 2023 19:58:15 +0100 Subject: [PATCH] Fix shebangs of included scripts --- aerc.changes | 5 +++++ aerc.spec | 4 ++++ 2 files changed, 9 insertions(+) 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=""