Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into begin-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kshlm committed Sep 22, 2016
2 parents 20cf545 + 0010123 commit 5559375
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ glusterd2:
@GO15VENDOREXPERIMENT=1 go build -ldflags $(LDFLAGS)
@echo

install:
install: check vendor-update
@echo Building and installing GlusterD-2.0
@GO15VENDOREXPERIMENT=1 go install -ldflags $(LDFLAGS)
@echo Setting CAP_SYS_ADMIN for glusterd2 \(requires sudo\)
sudo setcap cap_sys_admin+ep $$GOPATH/bin/glusterd2
@echo

vendor-update:
Expand Down

0 comments on commit 5559375

Please sign in to comment.