summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-25 20:36:24 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-25 20:36:24 (EDT)
commit304ff5504d75954c6239ce2b841e41222b5b04aa (patch)
tree2a400ffe8000156119a9b26c699593b9c9164f6e
parent889187ba3e8b5aabd3c3cb801d83e86802bc9943 (diff)
build: Set prefix at build time as well
It gets substituted into files at build time.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e51f39c..affc641 100755
--- a/build
+++ b/build
@@ -5,7 +5,7 @@ include ../source.mk
nop:
build:
- oh-autobuild -- LIBINTL=NONE
+ oh-autobuild -- prefix=/usr LIBINTL=NONE
touch $@
install: build