mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
build-system/gnu: Rename "make dist" phase to 'build-dist'.
* guix/build/gnu-dist.scm (%dist-phases): Add BUILD under the name 'build-dist'.
This commit is contained in:
parent
7488d70c55
commit
ba8c09f289
1 changed files with 2 additions and 1 deletions
|
|
@ -54,6 +54,7 @@
|
|||
(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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue