Got copy-fonts working properly (on Linux, at least)

db4
James Cash 2008-04-11 23:24:35 -04:00
parent 0426ca274d
commit c99b76b2f6
2 changed files with 3 additions and 4 deletions

View File

@ -110,7 +110,7 @@ DEFER: ?make-staging-image
[ prepend-path ] dip append vm over copy-file ;
: copy-fonts ( name dir -- )
"fonts/" resource-path swap append-path copy-tree-into ;
append-path "fonts/" resource-path swap copy-tree-into ;
: image-name ( vocab bundle-name -- str )
prepend-path ".image" append ;

View File

@ -1,8 +1,7 @@
! Copyright (C) 2008 James Cash
! See http://factorcode.org/license.txt for BSD license.
USING: io io.files io.backend kernel namespaces sequences
system tools.deploy.backend tools.deploy.config assocs
hashtables prettyprint ;
USING: io io.files io.backend kernel namespaces sequences system tools.deploy.backend
tools.deploy.config assocs hashtables prettyprint ;
IN: tools.deploy.linux
: create-app-dir ( vocab bundle-name -- vm )