Change install directory of scripts
authorSophie Brun <sophie@freexian.com>
Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)
committerSophie Brun <sophie@freexian.com>
Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)
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 c055b4de8b944e1e66ce4a31a2fefa538299f406..2070123d9a9ba59dfa5ed9df52f7b2419452717f 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