meta/pkg-build: fix step order
This commit is contained in:
parent
4126804942
commit
552ea56042
|
@ -89,11 +89,11 @@
|
||||||
(list
|
(list
|
||||||
;; Download installer from snapshot site:
|
;; Download installer from snapshot site:
|
||||||
'download
|
'download
|
||||||
;; Install into each VM:
|
|
||||||
'install
|
|
||||||
;; Archive catalogs, downlowning the catalog and all
|
;; Archive catalogs, downlowning the catalog and all
|
||||||
;; packages to the working directory:
|
;; packages to the working directory:
|
||||||
'archive
|
'archive
|
||||||
|
;; Install into each VM:
|
||||||
|
'install
|
||||||
;; Build packages that have changed:
|
;; Build packages that have changed:
|
||||||
'build
|
'build
|
||||||
;; Extract and assemble documentation:
|
;; Extract and assemble documentation:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user