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