From 79069f4af429028c8193ee5b7621dea8f10b624d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 12 Jun 2014 22:17:10 +0100 Subject: [PATCH] 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. --- libguestfs_upstream.ml | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.8.3.1