summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2016-08-11 11:46:44 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-08-11 15:52:28 +0000
commit0728304a8a4669f4b4501236d5daa89543f141ab (patch)
treecf3f702997c76daa8f431f600836020b0603fc8b
parent182cb273c66699c12a5a465bbc1119503463fa7d (diff)
downloadostree-0728304a8a4669f4b4501236d5daa89543f141ab.tar.gz
ostree_bootdir: properly preprend $(prefix)
Closes: #457 Approved by: cgwalters
-rw-r--r--Makefile-decls.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-decls.am b/Makefile-decls.am
index aa93a5f2..df635706 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 = $(prefix)/usr/lib/ostree
+ostree_bootdir = $(prefix)/lib/ostree
ostree_boot_PROGRAMS =
# This is a special facility to chain together hooks easily