distro-build: fix catalog dir creation for built packages
This commit is contained in:
parent
722c4fd075
commit
e471995fa6
|
@ -27,7 +27,7 @@
|
|||
(define catalog-dir (build-path dest-dir "catalog"))
|
||||
(define catalog-pkg-dir (build-path catalog-dir "pkg"))
|
||||
(make-directory* pkg-dest-dir)
|
||||
(make-directory* catalog-dir)
|
||||
(make-directory* catalog-pkg-dir)
|
||||
|
||||
(for ([pkg (in-list (installed-pkg-names))])
|
||||
(define native-zip (build-path native-dir (path-add-suffix pkg ".zip")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user