summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-05-09 09:06:59 -0400
committerColin Walters <walters@verbum.org>2014-05-09 09:07:00 -0400
commit7ccfc93f71baea3a843deff14cd05470abe7ece9 (patch)
treee34bd9c675151079cc20af9f58c78d642217ad26
parentf47a20fb816a16532d6f9885b046d6a4aed278c1 (diff)
downloadostree-7ccfc93f71baea3a843deff14cd05470abe7ece9.tar.gz
build: Add missing DESTDIR
Hooray for read-only bind mounts and building as non-root.
-rw-r--r--Makefile-libostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 509378a5..eca57ea5 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -142,5 +142,5 @@ EXTRA_DIST += src/libostree/README-gpg
endif
install-mkdir-remotes-d-hook:
- mkdir -p $(sysconfdir)/ostree/remotes.d
+ mkdir -p $(DESTDIR)$(sysconfdir)/ostree/remotes.d
INSTALL_DATA_HOOKS += install-mkdir-remotes-d-hook