From 72a63b1211d1d46823276304111142d37c8e34f7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 8 Aug 2023 10:17:27 +0200 Subject: [PATCH] fix gpsfake to load python gps module Related: #2182490 --- gpsd-minimal.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsd-minimal.spec b/gpsd-minimal.spec index 8292e22..90404d3 100644 --- a/gpsd-minimal.spec +++ b/gpsd-minimal.spec @@ -68,7 +68,7 @@ sed -i ':a;$!{N;ba};s|\(\.SH "[^"]*"\)|.SH "NOTE"\n%{note1}\n%{note2}\n\1|3' \ # add path to the private python gps module sed -i 's|\( *\)\(import gps\)$|\1sys.path.insert(1, "%{_libdir}/gpsd%{version}")\n\1\2|' \ - clients/*.py.in + *.py.in clients/*.py.in # don't try reloading systemd when installing in the build root sed -i 's|systemctl daemon-reload|true|' SConscript