gnu: lxc: Return #t from phases.
* gnu/packages/virtualization.scm (lxc)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
71d4ba5246
commit
d6870d107e
|
@ -370,14 +370,13 @@ all common programming languages. Vala bindings are also provided.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(bashcompdir (string-append out "/etc/bash_completion.d")))
|
(bashcompdir (string-append out "/etc/bash_completion.d")))
|
||||||
(zero? (system*
|
(invoke "make" "install"
|
||||||
"make" "install"
|
|
||||||
(string-append "bashcompdir=" bashcompdir)
|
(string-append "bashcompdir=" bashcompdir)
|
||||||
;; Don't install files into /var and /etc.
|
;; Don't install files into /var and /etc.
|
||||||
"LXCPATH=/tmp/var/lib/lxc"
|
"LXCPATH=/tmp/var/lib/lxc"
|
||||||
"localstatedir=/tmp/var"
|
"localstatedir=/tmp/var"
|
||||||
"sysconfdir=/tmp/etc"
|
"sysconfdir=/tmp/etc"
|
||||||
"sysconfigdir=/tmp/etc/default"))))))))
|
"sysconfigdir=/tmp/etc/default")))))))
|
||||||
(synopsis "Linux container tools")
|
(synopsis "Linux container tools")
|
||||||
(home-page "https://linuxcontainers.org/")
|
(home-page "https://linuxcontainers.org/")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue