summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-04 04:01:46 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-04 04:01:46 (EDT)
commitaef5488636b2f4bdb7f19dd93a369781fd730af3 (patch)
treeef5e17674820e45a0aab1ef490919c5f80209346
parent37749719f9d998ceb4c313c26d79a872f3f79230 (diff)
build: Set DESTDIR
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 4cbdc32..a17aa90 100755
--- a/build
+++ b/build
@@ -22,7 +22,7 @@ build: configure
touch $@
install: build
- (cd obj && make MAKEINFO=: install)
+ (cd obj; make MAKEINFO=: DESTDIR="$${PWD}/../dest" install)
# Remove BFD files.
rm -v \
dest/usr/include/*.h \