Corrected scons command name.
This commit is contained in:
parent
9a5d781b7b
commit
6af5f80b8d
@ -128,7 +128,7 @@ export CCFLAGS="%{optflags}"
|
|||||||
export LINKFLAGS="%{__global_ldflags}"
|
export LINKFLAGS="%{__global_ldflags}"
|
||||||
|
|
||||||
# breaks with %{_smp_mflags}
|
# breaks with %{_smp_mflags}
|
||||||
scons-3 \
|
scons \
|
||||||
dbus_export=yes \
|
dbus_export=yes \
|
||||||
systemd=yes \
|
systemd=yes \
|
||||||
%if %{with_qt}
|
%if %{with_qt}
|
||||||
@ -162,7 +162,7 @@ sed -e "s,#!/usr/bin/\(python[23]\?\|env \+python[23]\?\),#!/usr/bin/python3,g"
|
|||||||
export CCFLAGS="%{optflags}"
|
export CCFLAGS="%{optflags}"
|
||||||
export LINKFLAGS="%{__global_ldflags}"
|
export LINKFLAGS="%{__global_ldflags}"
|
||||||
|
|
||||||
DESTDIR=%{buildroot} scons-3 install systemd_install udev-install
|
DESTDIR=%{buildroot} scons install systemd_install udev-install
|
||||||
|
|
||||||
# use the old name for udev rules
|
# use the old name for udev rules
|
||||||
mv %{buildroot}%{_udevrulesdir}/{25,99}-gpsd.rules
|
mv %{buildroot}%{_udevrulesdir}/{25,99}-gpsd.rules
|
||||||
|
Loading…
Reference in New Issue
Block a user