net-snmp: cosmetic fix for syntax highlighting in Emacs
This commit is contained in:
parent
23c122d277
commit
bee73d337a
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for f in $out/lib/*.la $out/bin/net-snmp-config $out/bin/net-snmp-create-v3-user; do
|
for f in "$out/lib/"*.la $out/bin/net-snmp-config $out/bin/net-snmp-create-v3-user; do
|
||||||
sed 's|-L${openssl.dev}|-L${openssl.out}|g' -i $f
|
sed 's|-L${openssl.dev}|-L${openssl.out}|g' -i $f
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue