From: Richard W.M. Jones Date: Thu, 12 Jun 2014 21:17:10 +0000 (+0100) Subject: libguestfs: Don't copy builder *.xz files into download dir. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=79069f4af429028c8193ee5b7621dea8f10b624d;p=goaljobs-goals.git libguestfs: Don't copy builder *.xz files into download dir. Causes more trouble than it is worth. We will just add them to the websites git tree instead. --- diff --git a/libguestfs_upstream.ml b/libguestfs_upstream.ml index 06bf83b..48fda80 100644 --- a/libguestfs_upstream.ml +++ b/libguestfs_upstream.ml @@ -91,9 +91,6 @@ and website_built version = chmod +x localconfigure echo %s > localenv - # Copy in the builder/website templates. - cp -a $HOME/d/libguestfs/builder/website/*.xz builder/website/ - ./localconfigure make make website WEBSITEDIR=%s