From: Sophie Brun Date: Fri, 2 Sep 2016 13:09:03 +0000 (+0100) Subject: Change install directory of scripts X-Git-Tag: archive/raspbian/0_R99-14469.B-2+rpi1~1^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0a476a95d6fbdebda7a1f52c9e11b50f7b8c8a7;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 c055b4d..2070123 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