ostree_bootdir: prepend $(prefix) to path

Otherwise we break local installs.

Closes: #456
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-08-11 10:29:56 -04:00 committed by Atomic Bot
parent fd1a044d6e
commit 182cb273c6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ gir_DATA =
typelibdir = $(libdir)/girepository-1.0 typelibdir = $(libdir)/girepository-1.0
typelib_DATA = typelib_DATA =
gsettings_SCHEMAS = gsettings_SCHEMAS =
ostree_bootdir = /usr/lib/ostree ostree_bootdir = $(prefix)/usr/lib/ostree
ostree_boot_PROGRAMS = ostree_boot_PROGRAMS =
# This is a special facility to chain together hooks easily # This is a special facility to chain together hooks easily