fix permissions of systemd unit file
This commit is contained in:
parent
3752cbcbde
commit
aee5a18a67
@ -96,7 +96,7 @@ make DESTDIR=%{buildroot} pythondir=%{python_sitearch} install
|
||||
|
||||
# service files
|
||||
%{__install} -d -m 0755 %{buildroot}/lib/systemd/system
|
||||
%{__install} -p -m 0755 %{SOURCE10} \
|
||||
%{__install} -p -m 0644 %{SOURCE10} \
|
||||
%{buildroot}/lib/systemd/system/gpsd.service
|
||||
|
||||
%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
|
||||
|
Loading…
Reference in New Issue
Block a user