mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 13:32:48 +00:00
Drop mv from /usr/sbin to /sbin
This commit is contained in:
parent
7a76ea3532
commit
0234b5510d
1 changed files with 1 additions and 4 deletions
|
@ -192,10 +192,7 @@ make
|
|||
|
||||
install -m0644 %{SOURCE10} doc
|
||||
install -m0644 %{SOURCE100} ROSA-NEWS
|
||||
# Install correct dhclient-script
|
||||
install -d %{buildroot}/sbin
|
||||
mv %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient
|
||||
install -m 755 client/scripts/linux %{buildroot}/sbin/dhclient-script
|
||||
install -m 755 client/scripts/linux %{buildroot}%{_sbindir}/dhclient-script
|
||||
|
||||
install -d %{buildroot}%{_unitdir}
|
||||
install -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/dhcpd.service
|
||||
|
|
Loading…
Add table
Reference in a new issue