mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 16:56:49 +00:00
Ship license files with the yotta module
This commit is contained in:
parent
5719aa121c
commit
9acf88bdff
|
@ -37,6 +37,9 @@ cp -r data/example-* $TMP/test
|
||||||
cp data/module.json $TMP
|
cp data/module.json $TMP
|
||||||
cp data/README.md $TMP
|
cp data/README.md $TMP
|
||||||
|
|
||||||
|
cp ../LICENSE $TMP
|
||||||
|
if [ -f ../apache-2.0.txt ]; then cp ../apache-2.0.txt $TMP; fi
|
||||||
|
|
||||||
mkdir -p $DEST
|
mkdir -p $DEST
|
||||||
rsync -cr --delete --exclude build --exclude yotta_\* $TMP/ $DEST/
|
rsync -cr --delete --exclude build --exclude yotta_\* $TMP/ $DEST/
|
||||||
rm -rf $TMP
|
rm -rf $TMP
|
||||||
|
|
Loading…
Reference in a new issue