X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=dist%2Fmake_cmn.sh;h=6487d035cf1c2e5c89ca33e55abdbbffc4bd8f97;hp=486f949c102c1275d255ea243928f682d7f8342f;hb=89e964bba8af1698b363a536e49f55d10f652e52;hpb=4d0451847a77d420284c7fb0f50b1f167c1118ee diff --git a/dist/make_cmn.sh b/dist/make_cmn.sh index 486f949..6487d03 100755 --- a/dist/make_cmn.sh +++ b/dist/make_cmn.sh @@ -2,17 +2,11 @@ set -e -if [ -z "$1" ]; then - echo "usage: $0 " - exit 1 -fi - -rm -rf $1 -mkdir $1 -cp gp2xmenu/gp2xmenu $1/ -cp -r gp2xmenu/gp2xmenu_data $1/ -cp prep/ginge_prep $1/ -cp loader/ginge_dyn $1/ -cp loader/ginge_sloader $1/ -cp readme.txt $1/ +rm -rf ${out} +mkdir -p ${out} +cp -r gp2xmenu/gp2xmenu_data ${out}/ +cp prep/ginge_prep${tag} ${out}/ginge_prep +cp loader/ginge_dyn${tag} ${out}/ginge_dyn +cp loader/ginge_sloader${tag} ${out}/ginge_sloader +cp readme.txt ${out}/