From: Richard W.M. Jones Date: Fri, 4 Oct 2013 08:06:44 +0000 (+0100) Subject: libguestfs_upload: Copy builder templates in when making website. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bfbf2dfa112129371886f62517fcf5f807c053fe;p=goaljobs-goals.git libguestfs_upload: Copy builder templates in when making website. --- diff --git a/libguestfs_upstream.ml b/libguestfs_upstream.ml index a3d558f..69928da 100644 --- a/libguestfs_upstream.ml +++ b/libguestfs_upstream.ml @@ -90,6 +90,9 @@ and website_built version = chmod +x localconfigure echo %s > localenv + # Copy in the builder/website templates. + cp $HOME/d/libguestfs/builder/website/*.xz builder/website/ + ./localconfigure make make website