Change install directory of scripts
authorSophie Brun <sophie@freexian.com>
Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)
committerRaphaël Hertzog <hertzog@debian.org>
Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)
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

index 899af0bf05ed09d487920458a6be1493cef7755b..b3971fa3a53e2b47db132e971f8bda77b1d68a78 100644 (file)
--- 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