Remove trailing whitespaces and fix indentation
This commit is contained in:
parent
e52f7881ef
commit
f6fceb321b
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||||||
''
|
''
|
||||||
substituteInPlace configure --replace "/usr/bin/file" "${file}/bin/file"
|
substituteInPlace configure --replace "/usr/bin/file" "${file}/bin/file"
|
||||||
sed -i "includes/dhcpd.h" \
|
sed -i "includes/dhcpd.h" \
|
||||||
-"es|^ *#define \+_PATH_DHCLIENT_SCRIPT.*$|#define _PATH_DHCLIENT_SCRIPT \"$out/sbin/dhclient-script\"|g"
|
-e "s|^ *#define \+_PATH_DHCLIENT_SCRIPT.*$|#define _PATH_DHCLIENT_SCRIPT \"$out/sbin/dhclient-script\"|g"
|
||||||
|
|
||||||
export AR='${stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar'
|
export AR='${stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar'
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user