From b208c30fd3bb9f8dc73559acf4d831bbcd65a7c8 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 16 Feb 2010 13:41:35 -0800 Subject: [PATCH] tools.deploy.shaker: prune library manifest --- basis/tools/deploy/shaker/shaker.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 5630275aa1..4a9882c2e6 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -507,7 +507,7 @@ 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 "LIBRARIES:" prefix append + deploy-libraries get [ libraries get path>> ] map prune "LIBRARIES:" prefix append swap utf8 set-file-lines ; : prepare-deploy-libraries ( -- )