guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: tinc: Use /etc as the sysconfdir, and /var as the localstate


From: ???
Subject: 01/01: gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir.
Date: Thu, 03 Sep 2015 12:42:51 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 7b770ecaf309cbc7282bd0f9075728a4bff2168d
Author: 宋文武 <address@hidden>
Date:   Thu Sep 3 20:41:08 2015 +0800

    gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir.
    
    * gnu/packages/vpn.scm (tinc)[arguments]: New field.
---
 gnu/packages/vpn.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0c538da..4cd5cd9 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -169,6 +169,10 @@ traversing network address translators (NATs) and 
firewalls.")
                (base32
                 "08ds8s32cjslms1q227ihd6jz35583v378ij4pknfa5xngfijhrb"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags
+       '("--sysconfdir=/etc"
+         "--localstatedir=/var")))
     (inputs `(("zlib" ,zlib)
               ("lzo" ,lzo)
               ("openssl" ,openssl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]