mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
build: Add missing DESTDIR
Hooray for read-only bind mounts and building as non-root.
This commit is contained in:
parent
f47a20fb81
commit
7ccfc93f71
@ -142,5 +142,5 @@ EXTRA_DIST += src/libostree/README-gpg
|
||||
endif
|
||||
|
||||
install-mkdir-remotes-d-hook:
|
||||
mkdir -p $(sysconfdir)/ostree/remotes.d
|
||||
mkdir -p $(DESTDIR)$(sysconfdir)/ostree/remotes.d
|
||||
INSTALL_DATA_HOOKS += install-mkdir-remotes-d-hook
|
||||
|
Loading…
Reference in New Issue
Block a user