From 182cb273c66699c12a5a465bbc1119503463fa7d Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 11 Aug 2016 10:29:56 -0400 Subject: [PATCH] ostree_bootdir: prepend $(prefix) to path Otherwise we break local installs. Closes: #456 Approved by: cgwalters --- Makefile-decls.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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