mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 13:32:48 +00:00
Improved sed command
This commit is contained in:
parent
6fb0cd0559
commit
9b22fdad45
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ pushd bind ; tar -xvf bind.tar.gz >/dev/null ; popd
|
|||
%patch18 -p1 -b .64-bit_lease_parse
|
||||
# change ipconfig to modern ip (from Arch)
|
||||
%patch19 -p1
|
||||
# change hardcoded path /sbin/dhclient-script to /usr/sbin/dhclient-script
|
||||
sed -i 'includes/dhcpd.h' -e 's,/sbin/dhclient-script,/usr/sbin/dhclient-script,g' || true
|
||||
# change hardcoded paths from /sbin/dhc* to /usr/sbin/dhc*, if there are any
|
||||
sed -i 'includes/dhcpd.h' -e 's,\"/sbin/dhc,\"/usr/sbin/dhc,g' || true
|
||||
|
||||
%build
|
||||
%serverbuild_hardened
|
||||
|
|
Loading…
Add table
Reference in a new issue