From 9c0d2068c900547e989534e4bd18f8b4a41315dd Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 23 Mar 2013 20:03:51 -0700 Subject: [PATCH] tools.deploy.shaker: Fix call to lookup-library. --- basis/tools/deploy/shaker/shaker.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index e57ecc631f..f25247cd48 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -550,7 +550,8 @@ SYMBOL: deploy-vocab : write-vocab-manifest ( vocab-manifest-out -- ) "Writing vocabulary manifest to " write dup print flush vocabs "VOCABS:" prefix - deploy-libraries get [ library path>> ] map members "LIBRARIES:" prefix append + deploy-libraries get [ lookup-library path>> ] map members + "LIBRARIES:" prefix append swap utf8 set-file-lines ; : prepare-deploy-libraries ( -- )