Missed a place where I assumed a default format on pkg create
This commit is contained in:
parent
b401a92709
commit
db3d9b784f
|
@ -341,7 +341,7 @@
|
|||
(unless (file-exists? pkg-pth)
|
||||
(printf "Packaging ~a\n" pkg-short)
|
||||
(parameterize ([current-directory work])
|
||||
(system (format "raco pkg create ~a" pkg-name))
|
||||
(system (format "raco pkg create --format plt ~a" pkg-name))
|
||||
(rename-file-or-directory
|
||||
(build-path work pkg-name.plt)
|
||||
pkg-pth)
|
||||
|
|
Loading…
Reference in New Issue
Block a user