Skip to content
Snippets Groups Projects
Unverified Commit ba8c09f2 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build-system/gnu: Rename "make dist" phase to 'build-dist'.

* guix/build/gnu-dist.scm (%dist-phases): Add BUILD under the name
'build-dist'.
parent 7488d70c
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ (define %dist-phases
(modify-phases %standard-phases
(delete 'strip)
(replace 'install install-dist)
(replace 'build build)))
(add-after 'build 'build-dist build)
(delete 'build)))
;;; gnu-dist.scm ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment