Fix shebangs of included scripts
This commit is contained in:
parent
41d9ad9bb9
commit
7c77a52da8
@ -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
|
Tue Jul 25 21:41:08 UTC 2023 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
@ -44,6 +44,10 @@ aerc is an email client that runs in terminals.
|
|||||||
|
|
||||||
cp -a %{_sourcedir}/aerc/* .
|
cp -a %{_sourcedir}/aerc/* .
|
||||||
|
|
||||||
|
sed -i 's|#!/usr/bin/env python3|#!/usr/bin/python3|' \
|
||||||
|
./contrib/carddav-query \
|
||||||
|
filters/show-ics-details.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if "%{_arch}" == "ppc64"
|
%if "%{_arch}" == "ppc64"
|
||||||
%make_build CC=cc GOFLAGS=""
|
%make_build CC=cc GOFLAGS=""
|
||||||
|
Loading…
Reference in New Issue
Block a user