Skip to content

Commit

Permalink
update default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
klizhentas committed Mar 24, 2016
1 parent 00fbe7e commit a341dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# these are standard autotools variables, don't change them please
BUILDDIR ?= build
BINDIR ?= /usr/bin
DATADIR ?= /usr/share/teleport
BINDIR ?= /usr/local/bin
DATADIR ?= /usr/local/share/teleport
ADDFLAGS ?=

GO15VENDOREXPERIMENT := 1
Expand Down
4 changes: 2 additions & 2 deletions build.assets/release/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# these are standard autotools variables, don't change them please
BUILDDIR ?= build
BUILDFLAGS ?= %BUILDFLAGS%
BINDIR ?= /usr/bin
DATADIR ?= /usr/share/teleport
BINDIR ?= /usr/local/bin
DATADIR ?= /usr/local/share/teleport
PKGPATH := github.com/gravitational/teleport
GO15VENDOREXPERIMENT := 1
export
Expand Down

0 comments on commit a341dc9

Please sign in to comment.