gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir.

* gnu/packages/vpn.scm (tinc)[arguments]: New field.
This commit is contained in:
宋文武 2015-09-03 20:41:08 +08:00
parent d11b808f4a
commit 7b770ecaf3

View file

@ -169,6 +169,10 @@ (define-public tinc
(base32
"08ds8s32cjslms1q227ihd6jz35583v378ij4pknfa5xngfijhrb"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
'("--sysconfdir=/etc"
"--localstatedir=/var")))
(inputs `(("zlib" ,zlib)
("lzo" ,lzo)
("openssl" ,openssl)))