ostree_bootdir: properly preprend $(prefix)
Closes: #457 Approved by: cgwalters
This commit is contained in:
parent
182cb273c6
commit
0728304a8a
|
|
@ -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 = $(prefix)/usr/lib/ostree
|
ostree_bootdir = $(prefix)/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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue