]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.shaker: prune library manifest
authorJoe Groff <arcata@gmail.com>
Tue, 16 Feb 2010 21:41:35 +0000 (13:41 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 16 Feb 2010 21:41:35 +0000 (13:41 -0800)
basis/tools/deploy/shaker/shaker.factor

index 5630275aa1ad37fc66d866d6d9dbe69546b6a1c8..4a9882c2e63e2b767c4930087226061401de78af 100755 (executable)
@@ -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 ( -- )