make site: fix for SRC_CATALOG mode
In SRC_CATALOG mode, there's not a separate "native" directory. original commit: f885d98d60317784dbe2458058ec1f375df5341b
This commit is contained in:
parent
2f17ec529a
commit
e39f2d9d8c
|
@ -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