diff --git a/dist-gpc.sh b/dist-gpc.sh index 2846d5d..b83a7f8 100755 --- a/dist-gpc.sh +++ b/dist-gpc.sh @@ -5,7 +5,7 @@ date=`date +%Y%m%d` shortdate=`echo ${date} | sed s/^...//` shortname=../gpc${shortdate}.zip -name=gpc115-${date}.tar.bz2 +name=gpc115-${date}.zip dir=cfgs diff --git a/dist-gpd.sh b/dist-gpd.sh index e292b18..49c239f 100755 --- a/dist-gpd.sh +++ b/dist-gpd.sh @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Create a archive 'gpd-*.zip' (gpdYMMDD.zip) with DOS/DPMI (DJGPP) build +# Create a archive 'gpd*.zip' (gpdYMMDD.zip) with DOS/DPMI (DJGPP) build # of the Golded+. if [ ! "$OSTYPE" = "msdosdjgpp" ] diff --git a/dist-gpl.sh b/dist-gpl.sh index d4ff0fd..1b7eec0 100755 --- a/dist-gpl.sh +++ b/dist-gpl.sh @@ -1,12 +1,12 @@ #!/bin/sh -# Create a archive 'gpw32-*.zip' (gpwYMMDD.zip) with Win32 (MinGW) build +# Create a archive 'gpl-*.zip' (gplYMMDD.zip) with binary linux build # of the Golded+. date=`date +%Y%m%d` shortdate=`echo ${date} | sed s/^...//` shortname=../gpl${shortdate}.zip -name=gpl115-${date}.tar.bz2 +name=gpl115-${date}.zip sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h diff --git a/dist-gps.sh b/dist-gps.sh index b73f50d..24f4bd5 100755 --- a/dist-gps.sh +++ b/dist-gps.sh @@ -1,10 +1,10 @@ #!/bin/sh -# Create a archive 'gps*.tar.bz2' with all source tree +# Create a archives 'gps*.tar.bz2' and 'gps*.tb2' with all source tree date=`date +%Y%m%d` shortdate=`echo ${date} | sed s/^...//` -shortname=../gps${shortdate}.zip +shortname=../gps${shortdate}.tb2 name=gps115-${date}.tar.bz2 cd .. ; tar -jcf ${name} \