Browse Source

Allow dist_gopath to fail

release-0.28
Simon Eisenmann 9 years ago
parent
commit
acb0a08c29
  1. 2
      Makefile.am

2
Makefile.am

@ -90,7 +90,7 @@ test: @@ -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

Loading…
Cancel
Save