gnu: cifs-utils: Update to 6.9.
* gnu/packages/samba.scm (cifs-utils): Update to 6.9.
This commit is contained in:
parent
1a0a4a6970
commit
89ab360e01
1 changed files with 4 additions and 3 deletions
|
@ -56,14 +56,14 @@ (define-module (gnu packages samba)
|
||||||
(define-public cifs-utils
|
(define-public cifs-utils
|
||||||
(package
|
(package
|
||||||
(name "cifs-utils")
|
(name "cifs-utils")
|
||||||
(version "6.8")
|
(version "6.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.samba.org/pub/linux-cifs/"
|
(uri (string-append "https://download.samba.org/pub/linux-cifs/"
|
||||||
"cifs-utils/cifs-utils-" version ".tar.bz2"))
|
"cifs-utils/cifs-utils-" version ".tar.bz2"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0ygz3pagjpaj5ky11hzh4byyymb7fpmqiqkprn11zwj31h2zdlg7"))))
|
"175cp509wn1zv8p8mv37hkf6sxiskrsxdnq22mhlsg61jazz3n0q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
@ -80,7 +80,8 @@ (define-public cifs-utils
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'set-root-sbin
|
(add-before 'configure 'set-root-sbin
|
||||||
(lambda _ ; Don't try to install in "/sbin".
|
(lambda _
|
||||||
|
;; Don't try to install into "/sbin".
|
||||||
(setenv "ROOTSBINDIR"
|
(setenv "ROOTSBINDIR"
|
||||||
(string-append (assoc-ref %outputs "out") "/sbin"))
|
(string-append (assoc-ref %outputs "out") "/sbin"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
|
Loading…
Reference in a new issue