public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: make sed safer, should avoid future similar issues
@ 2026-08-04 19:44 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-08-04 19:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : 352316b4690bf52ec116a71a12e5b09ceb7a2a45
Author : Rex Dieter <rdieter@gmail.com>
Date : 2020-05-27T08:18:42-05:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/352316b4690bf52ec116a71a12e5b09ceb7a2a45?branch=epel10
Log:
make sed safer, should avoid future similar issues
---
diff --git a/kig.spec b/kig.spec
index 2edd31b..5f36c62 100644
--- a/kig.spec
+++ b/kig.spec
@@ -61,7 +61,7 @@ Conflicts: kdeedu-math < 4.7.0-10
%prep
%autosetup -p1
-sed -ie "s|^#!/usr/bin/env python3|#!%{__python3}|" pykig/pykig.py
+sed -ie "s|^#!/usr/bin/env python3$|#!%{__python3}|" pykig/pykig.py
%build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:44 [rpms/kig] epel10: make sed safer, should avoid future similar issues Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox