Merge pull request #62224 from aanderse/ddclient
ddclient: fix fallout from #62068
This commit is contained in:
commit
c9def6dbfd
@ -21,8 +21,7 @@ perlPackages.buildPerlPackage rec {
|
|||||||
--replace 'in the output of ifconfig' 'in the output of ip addr show' \
|
--replace 'in the output of ifconfig' 'in the output of ip addr show' \
|
||||||
--replace 'ifconfig -a' '${iproute}/sbin/ip addr show' \
|
--replace 'ifconfig -a' '${iproute}/sbin/ip addr show' \
|
||||||
--replace 'ifconfig $arg' '${iproute}/sbin/ip addr show $arg' \
|
--replace 'ifconfig $arg' '${iproute}/sbin/ip addr show $arg' \
|
||||||
# Until we get the patchShebangs fixed (issue #55786) we need to patch this manually
|
--replace '/usr/bin/perl' '${perl}/bin/perl' # Until we get the patchShebangs fixed (issue #55786) we need to patch this manually
|
||||||
--replace '/usr/bin/perl' '${perl}/bin/perl'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user