gnu: ndctl: Fix version reporting.
* gnu/packages/disk.scm (ndctl)[arguments]: Add a 'fix-version phase.master
parent
f1dcd661f8
commit
f17f3e59f8
|
@ -833,6 +833,11 @@ passphrases.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "util/parse-configs.c"
|
(substitute* "util/parse-configs.c"
|
||||||
(("iniparser/") ""))))
|
(("iniparser/") ""))))
|
||||||
|
(add-after 'unpack 'fix-version
|
||||||
|
;; Our VERSION's always better than the build's poor guess.
|
||||||
|
(lambda _
|
||||||
|
(with-output-to-file "version"
|
||||||
|
(lambda _ (display #$version)))))
|
||||||
(add-after 'unpack 'patch-FHS-file-names
|
(add-after 'unpack 'patch-FHS-file-names
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "git-version-gen"
|
(substitute* "git-version-gen"
|
||||||
|
|
Reference in New Issue