comparison 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
comparison
equal deleted inserted replaced
25:75cd626cf379 26:b301b75de0e0
16 # one needs to have the ARM7 toolchain installed, then build target-utils, 16 # one needs to have the ARM7 toolchain installed, then build target-utils,
17 # then do a 'make install' there. 17 # then do a 'make install' there.
18 18
19 if [ -d target-binaries ] 19 if [ -d target-binaries ]
20 then 20 then
21 install -c target-binaries/* $instdir 21 install -c -m 644 target-binaries/* $instdir
22 fi 22 fi
23 23
24 # scripts and loadtool.help should always be present 24 # scripts and loadtool.help should always be present
25 install -c scripts/* loadtool.help $instdir 25 install -c -m 644 scripts/* loadtool.help $instdir