tools.deploy.shaker: prune library manifest

db4
Joe Groff 2010-02-16 13:41:35 -08:00
parent 08a20f9478
commit b208c30fd3
1 changed files with 1 additions and 1 deletions

View File

@ -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 ( -- )