mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Archive terminfo as well.
This commit is contained in:
parent
bda4c9f365
commit
977f902202
@ -57,6 +57,7 @@ mkdir -p $OUTDIR/lib
|
|||||||
mkdir -p $OUTDIR/plugins
|
mkdir -p $OUTDIR/plugins
|
||||||
mkdir -p $OUTDIR/locales
|
mkdir -p $OUTDIR/locales
|
||||||
mkdir -p $OUTDIR/themes
|
mkdir -p $OUTDIR/themes
|
||||||
|
mkdir -p $OUTDIR/share/terminfo
|
||||||
|
|
||||||
cp bin/musikcube $OUTDIR
|
cp bin/musikcube $OUTDIR
|
||||||
cp bin/musikcubed $OUTDIR
|
cp bin/musikcubed $OUTDIR
|
||||||
@ -65,11 +66,7 @@ cp bin/lib/* $OUTDIR/lib
|
|||||||
cp bin/plugins/*.${DLL_EXT} $OUTDIR/plugins
|
cp bin/plugins/*.${DLL_EXT} $OUTDIR/plugins
|
||||||
cp bin/locales/*.json $OUTDIR/locales
|
cp bin/locales/*.json $OUTDIR/locales
|
||||||
cp bin/themes/*.json $OUTDIR/themes
|
cp bin/themes/*.json $OUTDIR/themes
|
||||||
|
cp -rfp bin/share/terminfo/* $OUTDIR/share/terminfo/
|
||||||
if [ $OS == "Darwin" ]; then
|
|
||||||
mkdir -p $OUTDIR/share/terminfo
|
|
||||||
cp -rfp bin/share/terminfo/* $OUTDIR/share/terminfo/
|
|
||||||
fi
|
|
||||||
|
|
||||||
strip $OUTDIR/musikcube
|
strip $OUTDIR/musikcube
|
||||||
strip $OUTDIR/musikcubed
|
strip $OUTDIR/musikcubed
|
||||||
|
Loading…
Reference in New Issue
Block a user