summaryrefslogtreecommitdiff
path: root/Makefile-decls.am
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2016-08-11 10:29:56 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-08-11 14:37:55 +0000
commit182cb273c66699c12a5a465bbc1119503463fa7d (patch)
tree69944dd91a0d17418a477f03f780c31d08d0107f /Makefile-decls.am
parentfd1a044d6e75b336ea880530979067926c9b0a09 (diff)
downloadostree-182cb273c66699c12a5a465bbc1119503463fa7d.tar.gz
ostree_bootdir: prepend $(prefix) to path
Otherwise we break local installs. Closes: #456 Approved by: cgwalters
Diffstat (limited to 'Makefile-decls.am')
-rw-r--r--Makefile-decls.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-decls.am b/Makefile-decls.am
index d7e61355..aa93a5f2 100644
--- a/Makefile-decls.am
+++ b/Makefile-decls.am
@@ -43,7 +43,7 @@ gir_DATA =
typelibdir = $(libdir)/girepository-1.0
typelib_DATA =
gsettings_SCHEMAS =
-ostree_bootdir = /usr/lib/ostree
+ostree_bootdir = $(prefix)/usr/lib/ostree
ostree_boot_PROGRAMS =
# This is a special facility to chain together hooks easily