Fix archives directories
This commit is contained in:
parent
70118c82d5
commit
d97889534a
@ -5,7 +5,7 @@
|
|||||||
date=`date +%Y%m%d`
|
date=`date +%Y%m%d`
|
||||||
shortdate=`echo ${date} | sed s/^...//`
|
shortdate=`echo ${date} | sed s/^...//`
|
||||||
shortname=../gpc${shortdate}.zip
|
shortname=../gpc${shortdate}.zip
|
||||||
name=gpc115-${date}.zip
|
name=../gpc115-${date}.zip
|
||||||
|
|
||||||
dir=cfgs
|
dir=cfgs
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
date=`date +%Y%m%d`
|
date=`date +%Y%m%d`
|
||||||
shortdate=`echo ${date} | sed s/^...//`
|
shortdate=`echo ${date} | sed s/^...//`
|
||||||
shortname=../gpl${shortdate}.zip
|
shortname=../gpl${shortdate}.zip
|
||||||
name=gpl115-${date}.zip
|
name=../gpl115-${date}.zip
|
||||||
|
|
||||||
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
|
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
date=`date +%Y%m%d`
|
date=`date +%Y%m%d`
|
||||||
shortdate=`echo ${date} | sed s/^...//`
|
shortdate=`echo ${date} | sed s/^...//`
|
||||||
shortname=../gps${shortdate}.tb2
|
shortname=gps${shortdate}.tb2
|
||||||
name=gps115-${date}.tar.bz2
|
name=gps115-${date}.tar.bz2
|
||||||
|
|
||||||
cd .. ; tar -jcf ${name} \
|
cd .. ; tar -jcf ${name} \
|
||||||
|
Reference in New Issue
Block a user