annotate install-target-bin.sh @ 27:cb3f6fe694e1 default tip

README: document SE K2x0 addition
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 21 Dec 2023 21:44:43 +0000
parents b51027daadb9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 #!/bin/sh
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 install_dir=/opt/freecalypso/target-bin
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 set -e
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 mkdir -p $install_dir
b51027daadb9 add install-target-bin.sh script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 install -c -m 644 images/* $install_dir