mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ostree_bootdir: prepend $(prefix) to path
Otherwise we break local installs. Closes: #456 Approved by: cgwalters
This commit is contained in:
parent
fd1a044d6e
commit
182cb273c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user