From acb0a08c29a788b2d2aad7267a426e12b4e5bb17 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 12 Aug 2016 17:27:46 +0200 Subject: [PATCH] Allow dist_gopath to fail --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 75b676d5..3d3d7cbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,7 +90,7 @@ test: dist_gopath: $(DIST_SRC) [ -d $(SYSTEM_GOPATH) ] && \ find $(SYSTEM_GOPATH) -mindepth 1 -maxdepth 1 -type d \ - -exec ln -sf {} $(DIST_SRC) \; + -exec ln -sf {} $(DIST_SRC) \; || true assets: javascript fonts