view install-target-bin.sh @ 26:680f6fdb5e62

add target for Sony Ericsson K200/K220
author Vadim Yanitskiy <fixeria@osmocom.org>
date Wed, 20 Dec 2023 01:59:09 +0700
parents b51027daadb9
children
line wrap: on
line source

#!/bin/sh

install_dir=/opt/freecalypso/target-bin

set -e

mkdir -p $install_dir
install -c -m 644 images/* $install_dir