changeset 604:a87ac210727a

top Makefile: install scripts
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 10 Feb 2020 03:46:38 +0000
parents f1ee6c480432
children 5b286f910148
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Feb 10 03:43:55 2020 +0000
+++ b/Makefile	Mon Feb 10 03:46:38 2020 +0000
@@ -25,6 +25,8 @@
 	mkdir -p ${INSTALL_PREFIX}
 	for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} \
 		INSTALL_PREFIX=${INSTALL_PREFIX} install); done
+	mkdir -p ${INSTALL_PREFIX}/scripts
+	install -c -m 644 scripts/* ${INSTALL_PREFIX}/scripts
 	if [ -d target-bin ]; then \
 		mkdir -p ${INSTALL_PREFIX}/target-bin; \
 		install -c -m 644 target-bin/* ${INSTALL_PREFIX}/target-bin; \