From: Sophie Brun Date: Tue, 6 Feb 2018 15:29:11 +0000 (+0000) Subject: Change install directory of scripts X-Git-Tag: archive/raspbian/0_R99-14469.B-2+rpi1~1^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ece968eb1ec455cc39773b3770676076d0ceb12b;p=vboot-utils.git Change install directory of scripts Last-Update: 2016-06-27 Shell scripts are installed by default in /usr/bin. Move them to /usr/share/vboot/bin Last-Update: 2016-06-27 Gbp-Pq: Name 0010-change-install-directory-scripts.patch --- diff --git a/Makefile b/Makefile index 899af0b..b3971fa 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ ULP_DIR=${UL_DIR}/pkgconfig UI_DIR=${DESTDIR}/include/vboot US_DIR=${DESTDIR}/share/vboot DF_DIR=${DESTDIR}/../etc/default -VB_DIR=${DESTDIR}/bin +VB_DIR=${DESTDIR}/share/vboot/bin else # Target install puts things into different places UB_DIR=${DESTDIR}/usr/bin