libguestfs: Don't copy builder *.xz files into download dir.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 12 Jun 2014 21:17:10 +0000 (22:17 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 12 Jun 2014 21:17:10 +0000 (22:17 +0100)
Causes more trouble than it is worth.  We will just add them to the
websites git tree instead.

libguestfs_upstream.ml

index 06bf83b..48fda80 100644 (file)
@@ -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