Skip to content

Commit

Permalink
fix install prefix for standalone build
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de committed Mar 23, 2016
1 parent df1d475 commit 744e891
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
-include config.mk

# conditionally initialized, this is needed for standalone build
# with empty config.mk
PREFIX ?= /usr/local
MANPREFIX ?= ${PREFIX}/share/man
SHAREPREFIX ?= ${PREFIX}/share/vis

VERSION = $(shell git describe 2>/dev/null || echo "0.1.x")

CONFIG_LUA ?= 1
Expand Down

0 comments on commit 744e891

Please sign in to comment.