Archive terminfo as well.

This commit is contained in:
casey langen 2022-02-13 22:45:17 -08:00
parent bda4c9f365
commit 977f902202

View File

@ -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