diff loadtools/install-helpers.sh @ 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 e7502631a0f9
children
line wrap: on
line diff
--- a/loadtools/install-helpers.sh	Sun Oct 23 01:00:19 2016 +0000
+++ b/loadtools/install-helpers.sh	Sun Oct 23 01:20:55 2016 +0000
@@ -18,8 +18,8 @@
 
 if [ -d target-binaries ]
 then
-	install -c target-binaries/* $instdir
+	install -c -m 644 target-binaries/* $instdir
 fi
 
 # scripts and loadtool.help should always be present
-install -c scripts/* loadtool.help $instdir
+install -c -m 644 scripts/* loadtool.help $instdir