From c0a476a95d6fbdebda7a1f52c9e11b50f7b8c8a7 Mon Sep 17 00:00:00 2001 From: Sophie Brun Date: Fri, 2 Sep 2016 14:09:03 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2