diff rvinterf/etmsync/Makefile @ 26:b301b75de0e0

install misc files into /usr/local/share/freecalypso as non-executable
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Oct 2016 01:20:55 +0000
parents 75cd626cf379
children 24cb10d508d7
line wrap: on
line diff
--- a/rvinterf/etmsync/Makefile	Sun Oct 23 01:00:19 2016 +0000
+++ b/rvinterf/etmsync/Makefile	Sun Oct 23 01:20:55 2016 +0000
@@ -29,7 +29,7 @@
 	mkdir -p ${INSTBIN}
 	install -c ${PROGS} ${INSTBIN}
 	mkdir -p ${INSTHELP}
-	install -c fsio.help ${INSTHELP}
+	install -c -m 644 fsio.help ${INSTHELP}
 
 clean:
 	rm -f *.o *.out *errs ${PROGS}