diff Makefile @ 604:a87ac210727a

top Makefile: install scripts
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 10 Feb 2020 03:46:38 +0000
parents ca28592b0b34
children 8ddb16a37273
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; \