X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=dist%2Fmake_cmn.sh;h=48b918cefcb02d8b1fef8ceb39a3347c84e565b0;hp=486f949c102c1275d255ea243928f682d7f8342f;hb=cf0a08ff470c8abfd7a877cdd38e79536aa7f963;hpb=4d0451847a77d420284c7fb0f50b1f167c1118ee diff --git a/dist/make_cmn.sh b/dist/make_cmn.sh index 486f949..48b918c 100755 --- a/dist/make_cmn.sh +++ b/dist/make_cmn.sh @@ -2,17 +2,12 @@ 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 ${out} +cp gp2xmenu/gp2xmenu${tag} ${out}/gp2xmenu +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}/