make site: fix for SRC_CATALOG mode
In SRC_CATALOG mode, there's not a separate "native" directory.
This commit is contained in:
parent
f32d4b0187
commit
f885d98d60
|
@ -86,7 +86,8 @@
|
|||
(newline o))))))
|
||||
|
||||
(build-catalog built-dir)
|
||||
(build-catalog native-dir)
|
||||
(when (directory-exists? native-dir)
|
||||
(build-catalog native-dir))
|
||||
(let ([l (directory-list (build-path dest-dir catalog-dir "pkg"))])
|
||||
;; Write list of packages:
|
||||
(define sl (map path-element->string l))
|
||||
|
|
Loading…
Reference in New Issue
Block a user