[lxc-devel] [lxd/master] Makefile: Fix sqlite manifest path

stgraber on Github lxc-bot at linuxcontainers.org
Fri Aug 23 16:18:04 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190823/3648d3aa/attachment.bin>
-------------- next part --------------
From 771a96a32fd5c5005a6748ee3a75487287b24f2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 23 Aug 2019 09:17:41 -0700
Subject: [PATCH] Makefile: Fix sqlite manifest path
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9e17cd4922..fe8e419f00 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ deps:
 		fi; \
 	else \
 		git clone --depth=1 "https://github.com/canonical/sqlite" "$(GOPATH)/deps/sqlite"; \
+		cd "$(GOPATH)/deps/sqlite"; \
 		git log -1 --format="format:%ci%n" | sed -e 's/ [-+].*$$//;s/ /T/;s/^/D /' > manifest; \
 		git log -1 --format="format:%H" > manifest.uuid; \
 	fi


More information about the lxc-devel mailing list