From: Sophie Brun Date: Tue, 6 Feb 2018 15:29:11 +0000 (+0000) Subject: Fix install path for vboot_reference X-Git-Tag: archive/raspbian/0_R99-14469.B-2+rpi1~1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4746914a28117f64a71b9eb2025b4dcafb0c30eb;p=vboot-utils.git Fix install path for vboot_reference Last-Update: 2016-05-20 vboot_reference is installed by default in usr/default/ instead of /etc/default/ /etc/default/vboot_reference is used by utility/dev_debug_vboot. Last-Update: 2016-05-20 Gbp-Pq: Name 0007-fix-install-vboot_reference.patch --- diff --git a/Makefile b/Makefile index e8dfdc8..c35198e 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ UL_DIR=${DESTDIR}/${LIBDIR} ULP_DIR=${UL_DIR}/pkgconfig UI_DIR=${DESTDIR}/include/vboot US_DIR=${DESTDIR}/share/vboot -DF_DIR=${DESTDIR}/default +DF_DIR=${DESTDIR}/../etc/default VB_DIR=${DESTDIR}/bin else # Target install puts things into different places