diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 4a9882c2e6..54058f1b0d 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -507,11 +507,11 @@ SYMBOL: deploy-vocab : write-vocab-manifest ( vocab-manifest-out -- ) "Writing vocabulary manifest to " write dup print flush vocabs "VOCABS:" prefix - deploy-libraries get [ libraries get path>> ] map prune "LIBRARIES:" prefix append + deploy-libraries get [ libraries get at path>> ] map prune "LIBRARIES:" prefix append swap utf8 set-file-lines ; : prepare-deploy-libraries ( -- ) - "Preparing deployed libraries" print flush + "Preparing deployed libraries" show deploy-libraries get [ libraries get [ [ path>> >deployed-library-path ] [ abi>> ] bi